Class: AdCenterWrapper::GetCustomersInfoRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(customerNameFilter = nil, topN = nil, applicationScope = nil) ⇒ GetCustomersInfoRequest

Returns a new instance of GetCustomersInfoRequest.

[View source]

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

#applicationScopeObject

Returns the value of attribute applicationScope.


1182
1183
1184
# File 'lib/CustomerManagementService.rb', line 1182

def applicationScope
  @applicationScope
end

#customerNameFilterObject

Returns the value of attribute customerNameFilter.


1180
1181
1182
# File 'lib/CustomerManagementService.rb', line 1180

def customerNameFilter
  @customerNameFilter
end

#topNObject

Returns the value of attribute topN.


1181
1182
1183
# File 'lib/CustomerManagementService.rb', line 1181

def topN
  @topN
end