Class: RocketfuelApi::Service::ThridPartyPixelSearch

Inherits:
RocketfuelApi::Service show all
Defined in:
lib/rocketfuel_api/service/third_party_pixel_search.rb

Instance Method Summary collapse

Methods inherited from RocketfuelApi::Service

#create, #get, #get_all, #name, #parse_response, #plural_name, #resource_class, #update

Constructor Details

#initialize(connection) ⇒ ThridPartyPixelSearch

Returns a new instance of ThridPartyPixelSearch.



4
5
6
7
8
# File 'lib/rocketfuel_api/service/third_party_pixel_search.rb', line 4

def initialize(connection)
  @read_only = true

  super(connection)
end

Instance Method Details

#uri_suffixObject



10
11
12
# File 'lib/rocketfuel_api/service/third_party_pixel_search.rb', line 10

def uri_suffix
  'thrid_party_pixels/search'
end