Class: AdCenterWrapper::GetCustomersInfoRequest
- Inherits:
-
Object
- Object
- AdCenterWrapper::GetCustomersInfoRequest
- Defined in:
- lib/adcenter_wrapper_entities.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
#initialize(customerNameFilter = nil, topN = nil, applicationScope = nil) ⇒ GetCustomersInfoRequest
Returns a new instance of GetCustomersInfoRequest.
4977 4978 4979 4980 4981 |
# File 'lib/adcenter_wrapper_entities.rb', line 4977 def initialize(customerNameFilter = nil, topN = nil, applicationScope = nil) @customerNameFilter = customerNameFilter @topN = topN @applicationScope = applicationScope end |
Instance Attribute Details
#applicationScope ⇒ Object
Returns the value of attribute applicationScope.
4975 4976 4977 |
# File 'lib/adcenter_wrapper_entities.rb', line 4975 def applicationScope @applicationScope end |
#customerNameFilter ⇒ Object
Returns the value of attribute customerNameFilter.
4973 4974 4975 |
# File 'lib/adcenter_wrapper_entities.rb', line 4973 def customerNameFilter @customerNameFilter end |
#topN ⇒ Object
Returns the value of attribute topN.
4974 4975 4976 |
# File 'lib/adcenter_wrapper_entities.rb', line 4974 def topN @topN end |