Class: AdCenterWrapper::GetCustomersInfoRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomersInfoRequest
- Defined in:
- lib/CustomerManagementService.rb
Overview
https://adcenter.microsoft.com/api/customermanagementGetCustomersInfoRequest
customerNameFilter - SOAP::SOAPString
topN - SOAP::SOAPInt
applicationScope - AdCenterWrapper::ApplicationType
Instance Attribute Summary collapse
-
#applicationScope ⇒ Object
Returns the value of attribute applicationScope.
-
#customerNameFilter ⇒ Object
Returns the value of attribute customerNameFilter.
-
#topN ⇒ Object
Returns the value of attribute topN.
Instance Method Summary collapse
-
#initialize(customerNameFilter = nil, topN = nil, applicationScope = nil) ⇒ GetCustomersInfoRequest
constructor
A new instance of GetCustomersInfoRequest.
Constructor Details
permalink #initialize(customerNameFilter = nil, topN = nil, applicationScope = nil) ⇒ GetCustomersInfoRequest
Returns a new instance of GetCustomersInfoRequest.
1184 1185 1186 1187 1188 |
# File 'lib/CustomerManagementService.rb', line 1184 def initialize(customerNameFilter = nil, topN = nil, applicationScope = nil) @customerNameFilter = customerNameFilter @topN = topN @applicationScope = applicationScope end |
Instance Attribute Details
permalink #applicationScope ⇒ Object
Returns the value of attribute applicationScope.
1182 1183 1184 |
# File 'lib/CustomerManagementService.rb', line 1182 def applicationScope @applicationScope end |
permalink #customerNameFilter ⇒ Object
Returns the value of attribute customerNameFilter.
1180 1181 1182 |
# File 'lib/CustomerManagementService.rb', line 1180 def customerNameFilter @customerNameFilter end |
permalink #topN ⇒ Object
Returns the value of attribute topN.
1181 1182 1183 |
# File 'lib/CustomerManagementService.rb', line 1181 def topN @topN end |