Class: HasOffersV3::Application

Inherits:
Base
  • Object
show all
Defined in:
lib/hasoffersv3/application.rb

Instance Method Summary collapse

Methods inherited from Base

#client, client, #get_request, #initialize, #make_request, method_missing, #post_request, #requires!, #target, target

Constructor Details

This class inherits a constructor from HasOffersV3::Base

Instance Method Details

#get_payout_tiers(params = {}) ⇒ Object



3
4
5
# File 'lib/hasoffersv3/application.rb', line 3

def get_payout_tiers(params = {})
  get_request 'findAllAffiliateTiers', params
end