Class: SoapyCake::Affiliate
- Defined in:
- lib/soapy_cake/affiliate.rb
Constant Summary
Constants inherited from Client
Instance Method Summary collapse
Methods inherited from Client
#initialize, #read_only?, #xml_response?
Constructor Details
This class inherits a constructor from SoapyCake::Client
Instance Method Details
#bills(opts = {}) ⇒ Object
4 5 6 |
# File 'lib/soapy_cake/affiliate.rb', line 4 def bills(opts = {}) run Request.new(:affiliate, :reports, :bills, affiliate_opts(opts)) end |
#offer_feed(opts = {}) ⇒ Object
8 9 10 |
# File 'lib/soapy_cake/affiliate.rb', line 8 def offer_feed(opts = {}) run Request.new(:affiliate, :offers, :offer_feed, affiliate_opts(opts)) end |