Class: AppnexusApi::CategoryService
- Inherits:
-
ReadOnlyService
- Object
- Service
- ReadOnlyService
- AppnexusApi::CategoryService
- Defined in:
- lib/appnexusapi/services/category_service.rb
Constant Summary
Constants inherited from Service
Service::DEFAULT_NUMBER_OF_ELEMENTS
Instance Method Summary collapse
Methods inherited from ReadOnlyService
Methods inherited from Service
#create, #delete, #get, #get_all, #initialize, #name, #plural_uri_name, #update, #uri_name, #uri_suffix
Constructor Details
This class inherits a constructor from AppnexusApi::ReadOnlyService
Instance Method Details
#plural_name ⇒ Object
2 3 4 |
# File 'lib/appnexusapi/services/category_service.rb', line 2 def plural_name "categories" end |