Class: AdCenterWrapper::FindAccountsResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::FindAccountsResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementFindAccountsResponse
accountsInfo - AdCenterWrapper::ArrayOfAccountInfo
Instance Attribute Summary collapse
-
#accountsInfo ⇒ Object
Returns the value of attribute accountsInfo.
Instance Method Summary collapse
-
#initialize(accountsInfo = nil) ⇒ FindAccountsResponse
constructor
A new instance of FindAccountsResponse.
Constructor Details
permalink #initialize(accountsInfo = nil) ⇒ FindAccountsResponse
Returns a new instance of FindAccountsResponse.
1017 1018 1019 |
# File 'lib/CustomerManagementService.rb', line 1017 def initialize(accountsInfo = nil) @accountsInfo = accountsInfo end |
Instance Attribute Details
permalink #accountsInfo ⇒ Object
Returns the value of attribute accountsInfo.
1015 1016 1017 |
# File 'lib/CustomerManagementService.rb', line 1015 def accountsInfo @accountsInfo end |