Class: AdCenterWrapper::GetAccountResponse
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountResponse
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetAccountResponse
account - AdCenterWrapper::Account
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
Instance Method Summary collapse
-
#initialize(account = nil) ⇒ GetAccountResponse
constructor
A new instance of GetAccountResponse.
Constructor Details
permalink #initialize(account = nil) ⇒ GetAccountResponse
Returns a new instance of GetAccountResponse.
1170 1171 1172 |
# File 'lib/CustomerManagementService.rb', line 1170 def initialize(account = nil) @account = account end |
Instance Attribute Details
permalink #account ⇒ Object
Returns the value of attribute account.
1168 1169 1170 |
# File 'lib/CustomerManagementService.rb', line 1168 def account @account end |