Class: AppnexusApi::AdServerService

Inherits:
ReadOnlyService show all
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

#initialize

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

#nameObject



2
3
4
# File 'lib/appnexusapi/services/ad_server_service.rb', line 2

def name
  "adserver"
end

#uri_suffixObject



6
7
8
# File 'lib/appnexusapi/services/ad_server_service.rb', line 6

def uri_suffix
  "ad-server"
end