class Incentivale::Api

Attributes

client[R]

Public Class Methods

new(client) click to toggle source
# File lib/incentivale/api.rb, line 5
def initialize(client)
  @client = client
end

Public Instance Methods

egift() click to toggle source
# File lib/incentivale/api.rb, line 21
def egift
  Incentivale::Resources::Egift.new(client)
end
products() click to toggle source
# File lib/incentivale/api.rb, line 9
def products
  Incentivale::Resources::Product.new(client)
end
redemption() click to toggle source
# File lib/incentivale/api.rb, line 13
def redemption
  Incentivale::Resources::Redemption.new(client)
end
tracking() click to toggle source
# File lib/incentivale/api.rb, line 17
def tracking
  Incentivale::Resources::Tracking.new(client)
end