Class: AdCenterWrapper::AddAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::AddAccountRequest
- Defined in:
- lib/CustomerManagementService.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
permalink #initialize(account = nil) ⇒ AddAccountRequest
Returns a new instance of AddAccountRequest.
1027 1028 1029 |
# File 'lib/CustomerManagementService.rb', line 1027 def initialize(account = nil) @account = account end |
Instance Attribute Details
permalink #account ⇒ Object
Returns the value of attribute account.
1025 1026 1027 |
# File 'lib/CustomerManagementService.rb', line 1025 def account @account end |