Class: AdCenterWrapper::FindAccountsOrCustomersInfoResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::FindAccountsOrCustomersInfoResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementFindAccountsOrCustomersInfoResponse
accountInfoWithCustomerData - AdCenterWrapper::ArrayOfAccountInfoWithCustomerData
Instance Attribute Summary collapse
-
#accountInfoWithCustomerData ⇒ Object
Returns the value of attribute accountInfoWithCustomerData.
Instance Method Summary collapse
-
#initialize(accountInfoWithCustomerData = nil) ⇒ FindAccountsOrCustomersInfoResponse
constructor
A new instance of FindAccountsOrCustomersInfoResponse.
Constructor Details
permalink #initialize(accountInfoWithCustomerData = nil) ⇒ FindAccountsOrCustomersInfoResponse
Returns a new instance of FindAccountsOrCustomersInfoResponse.
1496 1497 1498 |
# File 'lib/CustomerManagementService.rb', line 1496 def initialize(accountInfoWithCustomerData = nil) @accountInfoWithCustomerData = accountInfoWithCustomerData end |
Instance Attribute Details
permalink #accountInfoWithCustomerData ⇒ Object
Returns the value of attribute accountInfoWithCustomerData.
1494 1495 1496 |
# File 'lib/CustomerManagementService.rb', line 1494 def accountInfoWithCustomerData @accountInfoWithCustomerData end |