class HasOffersV3::Goal

Public Instance Methods

find_all(params = {}) click to toggle source
# File lib/hasoffersv3/goal.rb, line 3
def find_all(params = {})
  post_request 'findAll', params
end
get_tier_payouts(params = {}) click to toggle source
# File lib/hasoffersv3/goal.rb, line 7
def get_tier_payouts(params = {})
  post_request 'getTierPayouts', params
end