Class: AdCenterWrapper::GetAccountsInfoResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountsInfoResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetAccountsInfoResponse
accountsInfo - AdCenterWrapper::ArrayOfAccountInfo
Instance Attribute Summary collapse
-
#accountsInfo ⇒ Object
Returns the value of attribute accountsInfo.
Instance Method Summary collapse
-
#initialize(accountsInfo = nil) ⇒ GetAccountsInfoResponse
constructor
A new instance of GetAccountsInfoResponse.
Constructor Details
permalink #initialize(accountsInfo = nil) ⇒ GetAccountsInfoResponse
Returns a new instance of GetAccountsInfoResponse.
988 989 990 |
# File 'lib/CustomerManagementService.rb', line 988 def initialize(accountsInfo = nil) @accountsInfo = accountsInfo end |
Instance Attribute Details
permalink #accountsInfo ⇒ Object
Returns the value of attribute accountsInfo.
986 987 988 |
# File 'lib/CustomerManagementService.rb', line 986 def accountsInfo @accountsInfo end |