Repository URL to install this package:
|
Version:
0.9.7 ▾
|
module Lobbyist
module V2
class CampaignPricing < Lobbyist::V2::Base
attr_accessor :price, :max_price
def self.find(company_id)
create_from_response(get("/v2/companies/#{company_id}/campaign-pricing.json"))
end
end
end
end