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 / campaigns_credit_summary.rb
Size: Mime:
module Lobbyist
  module V2
    class CampaignsCreditSummary < Lobbyist::V2::Base
      attr_accessor :credit_balance, :approved_credits, :in_progress_credits, :pending_credits, :balance_payable
    end
  end
end