Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lobbyist-ruby / lib / lobbyist / v2 / activity_summary.rb
Size: Mime:
# frozen_string_literal: true

module Lobbyist
  module V2
    class ActivitySummary < Lobbyist::V2::Base
      attr_accessor :email_invitation_sent, :customer_call_requested
    end
  end
end