Class: AdCenterWrapper::GetCustomersInfoResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomersInfoResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetCustomersInfoResponse
customersInfo - AdCenterWrapper::ArrayOfCustomerInfo
Instance Attribute Summary collapse
-
#customersInfo ⇒ Object
Returns the value of attribute customersInfo.
Instance Method Summary collapse
-
#initialize(customersInfo = nil) ⇒ GetCustomersInfoResponse
constructor
A new instance of GetCustomersInfoResponse.
Constructor Details
permalink #initialize(customersInfo = nil) ⇒ GetCustomersInfoResponse
Returns a new instance of GetCustomersInfoResponse.
1196 1197 1198 |
# File 'lib/CustomerManagementService.rb', line 1196 def initialize(customersInfo = nil) @customersInfo = customersInfo end |
Instance Attribute Details
permalink #customersInfo ⇒ Object
Returns the value of attribute customersInfo.
1194 1195 1196 |
# File 'lib/CustomerManagementService.rb', line 1194 def customersInfo @customersInfo end |