Class: AppnexusApi::ContentCategoryService

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

Instance Method Summary collapse

Methods inherited from Service

#create, #delete, #get, #name, #resource_class, #update, #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