Class: CityGrid::Offers

Inherits:
Abstraction::Collection show all
Defined in:
lib/citygrid/offers.rb

Instance Method Summary collapse

Methods inherited from Abstraction::Collection

new, #update

Methods included from Abstraction::Requestable

#api, included, #request_and_update

Methods inherited from Abstraction::SuperArray

new

Instance Method Details

#request(opts = {}) ⇒ Object



3
4
5
# File 'lib/citygrid/offers.rb', line 3

def request opts = {}
  CityGrid::API::Content::Offers.search opts
end