Class: AppnexusApi::OperatingSystemExtendedService

Inherits:
Service
  • Object
show all
Defined in:
lib/appnexusapi/operating_system_extended_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) ⇒ OperatingSystemExtendedService

Returns a new instance of OperatingSystemExtendedService.



2
3
4
5
# File 'lib/appnexusapi/operating_system_extended_service.rb', line 2

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

Instance Method Details

#plural_nameObject



7
8
9
# File 'lib/appnexusapi/operating_system_extended_service.rb', line 7

def plural_name
  'operating-systems-extended'
end