Class: RocketfuelApi::Service::PixelSearch
- Inherits:
-
RocketfuelApi::Service
- Object
- RocketfuelApi::Service
- RocketfuelApi::Service::PixelSearch
- Defined in:
- lib/rocketfuel_api/service/pixel_search.rb
Instance Method Summary collapse
-
#initialize(connection) ⇒ PixelSearch
constructor
A new instance of PixelSearch.
- #uri_suffix ⇒ Object
Methods inherited from RocketfuelApi::Service
#create, #get, #get_all, #name, #parse_response, #plural_name, #resource_class, #update
Constructor Details
#initialize(connection) ⇒ PixelSearch
Returns a new instance of PixelSearch.
4 5 6 7 8 |
# File 'lib/rocketfuel_api/service/pixel_search.rb', line 4 def initialize(connection) @read_only = true super(connection) end |
Instance Method Details
#uri_suffix ⇒ Object
10 11 12 |
# File 'lib/rocketfuel_api/service/pixel_search.rb', line 10 def uri_suffix 'pixels/search' end |