Class: AdCenterWrapper::FindAccountsOrCustomersInfoRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::FindAccountsOrCustomersInfoRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementFindAccountsOrCustomersInfoRequest
filter - SOAP::SOAPString
topN - SOAP::SOAPInt
applicationScope - AdCenterWrapper::ApplicationType
Instance Attribute Summary collapse
-
#applicationScope ⇒ Object
Returns the value of attribute applicationScope.
-
#filter ⇒ Object
Returns the value of attribute filter.
-
#topN ⇒ Object
Returns the value of attribute topN.
Instance Method Summary collapse
-
#initialize(filter = nil, topN = nil, applicationScope = nil) ⇒ FindAccountsOrCustomersInfoRequest
constructor
A new instance of FindAccountsOrCustomersInfoRequest.
Constructor Details
permalink #initialize(filter = nil, topN = nil, applicationScope = nil) ⇒ FindAccountsOrCustomersInfoRequest
Returns a new instance of FindAccountsOrCustomersInfoRequest.
1484 1485 1486 1487 1488 |
# File 'lib/CustomerManagementService.rb', line 1484 def initialize(filter = nil, topN = nil, applicationScope = nil) @filter = filter @topN = topN @applicationScope = applicationScope end |
Instance Attribute Details
permalink #applicationScope ⇒ Object
Returns the value of attribute applicationScope.
1482 1483 1484 |
# File 'lib/CustomerManagementService.rb', line 1482 def applicationScope @applicationScope end |
permalink #filter ⇒ Object
Returns the value of attribute filter.
1480 1481 1482 |
# File 'lib/CustomerManagementService.rb', line 1480 def filter @filter end |
permalink #topN ⇒ Object
Returns the value of attribute topN.
1481 1482 1483 |
# File 'lib/CustomerManagementService.rb', line 1481 def topN @topN end |