Class: AdCenterWrapper::GetAccountRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountRequest
- Defined in:
- lib/adcenter_wrapper_entities.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
#initialize(accountId = nil) ⇒ GetAccountRequest
Returns a new instance of GetAccountRequest.
4953 4954 4955 |
# File 'lib/adcenter_wrapper_entities.rb', line 4953 def initialize(accountId = nil) @accountId = accountId end |
Instance Attribute Details
#accountId ⇒ Object
Returns the value of attribute accountId.
4951 4952 4953 |
# File 'lib/adcenter_wrapper_entities.rb', line 4951 def accountId @accountId end |