Class: AdCenterWrapper::GetCustomerResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomerResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetCustomerResponse
customer - AdCenterWrapper::Customer
Instance Attribute Summary collapse
-
#customer ⇒ Object
Returns the value of attribute customer.
Instance Method Summary collapse
-
#initialize(customer = nil) ⇒ GetCustomerResponse
constructor
A new instance of GetCustomerResponse.
Constructor Details
permalink #initialize(customer = nil) ⇒ GetCustomerResponse
Returns a new instance of GetCustomerResponse.
1083 1084 1085 |
# File 'lib/CustomerManagementService.rb', line 1083 def initialize(customer = nil) @customer = customer end |
Instance Attribute Details
permalink #customer ⇒ Object
Returns the value of attribute customer.
1081 1082 1083 |
# File 'lib/CustomerManagementService.rb', line 1081 def customer @customer end |