Class: AdCenterWrapper::GetAccountsInfoRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetAccountsInfoRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetAccountsInfoRequest
customerId - SOAP::SOAPLong
onlyParentAccounts - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#onlyParentAccounts ⇒ Object
Returns the value of attribute onlyParentAccounts.
Instance Method Summary collapse
-
#initialize(customerId = nil, onlyParentAccounts = nil) ⇒ GetAccountsInfoRequest
constructor
A new instance of GetAccountsInfoRequest.
Constructor Details
permalink #initialize(customerId = nil, onlyParentAccounts = nil) ⇒ GetAccountsInfoRequest
Returns a new instance of GetAccountsInfoRequest.
977 978 979 980 |
# File 'lib/CustomerManagementService.rb', line 977 def initialize(customerId = nil, onlyParentAccounts = nil) @customerId = customerId @onlyParentAccounts = onlyParentAccounts end |
Instance Attribute Details
permalink #customerId ⇒ Object
Returns the value of attribute customerId.
974 975 976 |
# File 'lib/CustomerManagementService.rb', line 974 def customerId @customerId end |
permalink #onlyParentAccounts ⇒ Object
Returns the value of attribute onlyParentAccounts.
975 976 977 |
# File 'lib/CustomerManagementService.rb', line 975 def onlyParentAccounts @onlyParentAccounts end |