Class: EBay::ProductSearchPageType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsProductSearchPageType

searchCharacteristicsSet - EBay::CharacteristicsSetType
searchType - EBay::CharacteristicsSearchCodeType
sortCharacteristics - EBay::CharacteristicType
dataElementSet - EBay::DataElementSetType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(searchCharacteristicsSet = nil, searchType = nil, sortCharacteristics = [], dataElementSet = []) ⇒ ProductSearchPageType

Returns a new instance of ProductSearchPageType.



29373
29374
29375
29376
29377
29378
29379
# File 'lib/eBay.rb', line 29373

def initialize(searchCharacteristicsSet = nil, searchType = nil, sortCharacteristics = [], dataElementSet = [])
  @searchCharacteristicsSet = searchCharacteristicsSet
  @searchType = searchType
  @sortCharacteristics = sortCharacteristics
  @dataElementSet = dataElementSet
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



29367
29368
29369
# File 'lib/eBay.rb', line 29367

def __xmlele_any
  @__xmlele_any
end

#dataElementSetObject

Returns the value of attribute dataElementSet.



29366
29367
29368
# File 'lib/eBay.rb', line 29366

def dataElementSet
  @dataElementSet
end

#searchCharacteristicsSetObject

Returns the value of attribute searchCharacteristicsSet.



29363
29364
29365
# File 'lib/eBay.rb', line 29363

def searchCharacteristicsSet
  @searchCharacteristicsSet
end

#searchTypeObject

Returns the value of attribute searchType.



29364
29365
29366
# File 'lib/eBay.rb', line 29364

def searchType
  @searchType
end

#sortCharacteristicsObject

Returns the value of attribute sortCharacteristics.



29365
29366
29367
# File 'lib/eBay.rb', line 29365

def sortCharacteristics
  @sortCharacteristics
end

Instance Method Details

#set_any(elements) ⇒ Object



29369
29370
29371
# File 'lib/eBay.rb', line 29369

def set_any(elements)
  @__xmlele_any = elements
end