Class: AppnexusApi::AdServerService
- Inherits:
-
ReadOnlyService
- Object
- Service
- ReadOnlyService
- AppnexusApi::AdServerService
- Defined in:
- lib/appnexusapi/services/ad_server_service.rb
Constant Summary
Constants inherited from Service
Service::DEFAULT_NUMBER_OF_ELEMENTS
Instance Method Summary collapse
Methods inherited from ReadOnlyService
Methods inherited from Service
#create, #delete, #get, #get_all, #initialize, #plural_name, #plural_uri_name, #update, #uri_name
Constructor Details
This class inherits a constructor from AppnexusApi::ReadOnlyService
Instance Method Details
#name ⇒ Object
2 3 4 |
# File 'lib/appnexusapi/services/ad_server_service.rb', line 2 def name "adserver" end |
#uri_suffix ⇒ Object
6 7 8 |
# File 'lib/appnexusapi/services/ad_server_service.rb', line 6 def uri_suffix "ad-server" end |