Class: AdCenterWrapper::GetAccountsInfoResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountsInfoResponse
- Defined in:
- lib/adcenter_wrapper_entities.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
#initialize(accountsInfo = nil) ⇒ GetAccountsInfoResponse
Returns a new instance of GetAccountsInfoResponse.
4810 4811 4812 |
# File 'lib/adcenter_wrapper_entities.rb', line 4810 def initialize(accountsInfo = nil) @accountsInfo = accountsInfo end |
Instance Attribute Details
#accountsInfo ⇒ Object
Returns the value of attribute accountsInfo.
4808 4809 4810 |
# File 'lib/adcenter_wrapper_entities.rb', line 4808 def accountsInfo @accountsInfo end |