Class: CustomerBillingService
- Inherits:
-
AdCenterService
- Object
- AdCenterService
- CustomerBillingService
- Defined in:
- lib/customer_billing_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
4 5 6 |
# File 'lib/customer_billing_service.rb', line 4 def initialize_service(endpoint) @service = AdCenterWrapper::ICustomerBillingService.new(endpoint) end |