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 / company_communication_campaign_result.rb
Size: Mime:
module Lobbyist
  module V2
    class CompanyCommunicationCampaignResult < Lobbyist::V2::Base
      attr_accessor :overall_roi, :postcards_sent, :emails_sent, :responses, :response_rate, :completed, :in_progress
    end
  end
end