Class: AdCenterWrapper::FindAccountsRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::FindAccountsRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementFindAccountsRequest
customerId - SOAP::SOAPLong
accountFilter - SOAP::SOAPString
topN - SOAP::SOAPInt
applicationScope - AdCenterWrapper::ApplicationType
Instance Attribute Summary collapse
-
#accountFilter ⇒ Object
Returns the value of attribute accountFilter.
-
#applicationScope ⇒ Object
Returns the value of attribute applicationScope.
-
#customerId ⇒ Object
Returns the value of attribute customerId.
-
#topN ⇒ Object
Returns the value of attribute topN.
Instance Method Summary collapse
-
#initialize(customerId = nil, accountFilter = nil, topN = nil, applicationScope = nil) ⇒ FindAccountsRequest
constructor
A new instance of FindAccountsRequest.
Constructor Details
permalink #initialize(customerId = nil, accountFilter = nil, topN = nil, applicationScope = nil) ⇒ FindAccountsRequest
Returns a new instance of FindAccountsRequest.
1004 1005 1006 1007 1008 1009 |
# File 'lib/CustomerManagementService.rb', line 1004 def initialize(customerId = nil, accountFilter = nil, topN = nil, applicationScope = nil) @customerId = customerId @accountFilter = accountFilter @topN = topN @applicationScope = applicationScope end |
Instance Attribute Details
permalink #accountFilter ⇒ Object
Returns the value of attribute accountFilter.
1000 1001 1002 |
# File 'lib/CustomerManagementService.rb', line 1000 def accountFilter @accountFilter end |
permalink #applicationScope ⇒ Object
Returns the value of attribute applicationScope.
1002 1003 1004 |
# File 'lib/CustomerManagementService.rb', line 1002 def applicationScope @applicationScope end |
permalink #customerId ⇒ Object
Returns the value of attribute customerId.
999 1000 1001 |
# File 'lib/CustomerManagementService.rb', line 999 def customerId @customerId end |
permalink #topN ⇒ Object
Returns the value of attribute topN.
1001 1002 1003 |
# File 'lib/CustomerManagementService.rb', line 1001 def topN @topN end |