Class: AdCenterWrapper::GetCustomerResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomerResponse
- Defined in:
- lib/adcenter_wrapper_entities.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
#initialize(customer = nil) ⇒ GetCustomerResponse
Returns a new instance of GetCustomerResponse.
4876 4877 4878 |
# File 'lib/adcenter_wrapper_entities.rb', line 4876 def initialize(customer = nil) @customer = customer end |
Instance Attribute Details
#customer ⇒ Object
Returns the value of attribute customer.
4874 4875 4876 |
# File 'lib/adcenter_wrapper_entities.rb', line 4874 def customer @customer end |