Class: AdministrationService
- Inherits:
-
AdCenterService
- Object
- AdCenterService
- AdministrationService
- Defined in:
- lib/administration_service.rb
Constant Summary
Constants inherited from AdCenterService
AdCenterService::DEFAULT_REQUIRED_CREDENTIALS
Instance Attribute Summary
Attributes inherited from AdCenterService
#endpoint, #required_credentials, #service, #service_namespace
Instance Method Summary collapse
Methods inherited from AdCenterService
#initialize, #initialize_authentication_headers, #method_missing
Constructor Details
This class inherits a constructor from AdCenterService
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class AdCenterService
Instance Method Details
#initialize_service(endpoint) ⇒ Object
6 7 8 |
# File 'lib/administration_service.rb', line 6 def initialize_service(endpoint) @service = AdCenterWrapper::IAdministrationService.new(endpoint) end |