Method: IceRocket::Search#fetch

Defined in:
lib/ice_rocket.rb

#fetch(options = {}) ⇒ Object



30
31
32
# File 'lib/ice_rocket.rb', line 30

def fetch(options={})
  self.class.get('/search', params(options))
end