Class: AdCenterWrapper::UpdateAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateAccountRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementUpdateAccountRequest
account - AdCenterWrapper::Account
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
Instance Method Summary collapse
-
#initialize(account = nil) ⇒ UpdateAccountRequest
constructor
A new instance of UpdateAccountRequest.
Constructor Details
#initialize(account = nil) ⇒ UpdateAccountRequest
Returns a new instance of UpdateAccountRequest.
1053 1054 1055 |
# File 'lib/CustomerManagementService.rb', line 1053 def initialize(account = nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
1051 1052 1053 |
# File 'lib/CustomerManagementService.rb', line 1051 def account @account end |