Class: AdCenterWrapper::GetCustomersInfoRequest

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

Instance Method Summary collapse

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

#applicationScopeObject

Returns the value of attribute applicationScope.



4975
4976
4977
# File 'lib/adcenter_wrapper_entities.rb', line 4975

def applicationScope
  @applicationScope
end

#customerNameFilterObject

Returns the value of attribute customerNameFilter.



4973
4974
4975
# File 'lib/adcenter_wrapper_entities.rb', line 4973

def customerNameFilter
  @customerNameFilter
end

#topNObject

Returns the value of attribute topN.



4974
4975
4976
# File 'lib/adcenter_wrapper_entities.rb', line 4974

def topN
  @topN
end