Class: AdCenterWrapper::UpdateAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::UpdateAccountRequest
- Defined in:
- lib/adcenter_wrapper_entities.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.
4846 4847 4848 |
# File 'lib/adcenter_wrapper_entities.rb', line 4846 def initialize(account = nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
4844 4845 4846 |
# File 'lib/adcenter_wrapper_entities.rb', line 4844 def account @account end |