Module: Sqoot::Offer

Included in:
Client
Defined in:
lib/sqoot/offer.rb

Instance Method Summary collapse

Instance Method Details

#offers(options = {}) ⇒ Hashie::Mash

Retrieve a list of offers based on the following parameters



11
12
13
# File 'lib/sqoot/offer.rb', line 11

def offers(options={})
  get('/v1/offers', options)
end