Class: AppfiguresClient::Endpoints::Ads

Inherits:
Endpoint
  • Object
show all
Defined in:
lib/appfigures_client/endpoints/ads.rb

Instance Method Summary collapse

Methods inherited from Endpoint

#initialize

Constructor Details

This class inherits a constructor from AppfiguresClient::Endpoints::Endpoint

Instance Method Details

#search(options = {}) ⇒ Object



6
7
8
9
# File 'lib/appfigures_client/endpoints/ads.rb', line 6

def search(options={})
  path = @routes[:default]
  @request.make path
end