Class: AppnexusApi::ContentCategoryService

Inherits:
Service
  • Object
show all
Defined in:
lib/appnexusapi/content_category_service.rb

Constant Summary

Constants inherited from Service

Service::DEFAULT_NUMBER_OF_ELEMENTS

Instance Method Summary collapse

Methods inherited from Service

#create, #delete, #get, #get_all, #name, #parse_response, #plural_uri_name, #resource_class, #resource_name, #update, #uri_name, #uri_suffix

Constructor Details

#initialize(connection) ⇒ ContentCategoryService

Returns a new instance of ContentCategoryService.



3
4
5
6
# File 'lib/appnexusapi/content_category_service.rb', line 3

def initialize(connection)
  @read_only = true
  super(connection)
end

Instance Method Details

#plural_nameObject



8
9
10
# File 'lib/appnexusapi/content_category_service.rb', line 8

def plural_name
  "content_categories"
end