Class: AdCenterWrapper::AddAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddAccountRequest
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
https://adcenter.microsoft.com/api/customermanagementAddAccountRequest
account - AdCenterWrapper::Account
Instance Attribute Summary collapse
-
#account ⇒ Object
Returns the value of attribute account.
Instance Method Summary collapse
-
#initialize(account = nil) ⇒ AddAccountRequest
constructor
A new instance of AddAccountRequest.
Constructor Details
#initialize(account = nil) ⇒ AddAccountRequest
Returns a new instance of AddAccountRequest.
4820 4821 4822 |
# File 'lib/adcenter_wrapper_entities.rb', line 4820 def initialize(account = nil) @account = account end |
Instance Attribute Details
#account ⇒ Object
Returns the value of attribute account.
4818 4819 4820 |
# File 'lib/adcenter_wrapper_entities.rb', line 4818 def account @account end |