Class: AppnexusApi::ReadOnlyService
- Defined in:
- lib/appnexusapi/read_only_service.rb
Direct Known Subclasses
AdServerService, BrandService, BrowserService, CategoryService, DeviceModelService, InventoryAttributeService, LanguageService, LogLevelDataService, MediaTypeService, OperatingSystemExtendedService, OperatingSystemService, PlatformMemberService, TechnicalAttributeService
Constant Summary
Constants inherited from Service
Service::DEFAULT_NUMBER_OF_ELEMENTS
Instance Method Summary collapse
-
#initialize(connection) ⇒ ReadOnlyService
constructor
A new instance of ReadOnlyService.
Methods inherited from Service
#create, #delete, #get, #get_all, #name, #plural_name, #plural_uri_name, #update, #uri_name, #uri_suffix
Constructor Details
#initialize(connection) ⇒ ReadOnlyService
Returns a new instance of ReadOnlyService.
3 4 5 6 |
# File 'lib/appnexusapi/read_only_service.rb', line 3 def initialize(connection) @read_only = true super(connection) end |