Class: AppnexusApi::InventoryAttributeService

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

Instance Method Summary collapse

Methods inherited from Service

#create, #delete, #get, #name, #plural_name, #resource_class, #update, #uri_suffix

Constructor Details

#initialize(connection) ⇒ InventoryAttributeService

Returns a new instance of InventoryAttributeService.



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

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