Class: AdCenterWrapper::GetAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetAccountRequest
accountId - SOAP::SOAPLong
Instance Attribute Summary collapse
-
#accountId ⇒ Object
Returns the value of attribute accountId.
Instance Method Summary collapse
-
#initialize(accountId = nil) ⇒ GetAccountRequest
constructor
A new instance of GetAccountRequest.
Constructor Details
permalink #initialize(accountId = nil) ⇒ GetAccountRequest
Returns a new instance of GetAccountRequest.
1160 1161 1162 |
# File 'lib/CustomerManagementService.rb', line 1160 def initialize(accountId = nil) @accountId = accountId end |
Instance Attribute Details
permalink #accountId ⇒ Object
Returns the value of attribute accountId.
1158 1159 1160 |
# File 'lib/CustomerManagementService.rb', line 1158 def accountId @accountId end |