Class: ProductSearchPageType

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

Overview

urn:ebay:apis:eBLBaseComponentsProductSearchPageType

searchCharacteristicsSet - CharacteristicsSetType
searchType - CharacteristicsSearchCodeType
sortCharacteristics - CharacteristicType
dataElementSet - 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.



22522
22523
22524
22525
22526
22527
22528
# File 'lib/eBay.rb', line 22522

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.



22516
22517
22518
# File 'lib/eBay.rb', line 22516

def __xmlele_any
  @__xmlele_any
end

#dataElementSetObject

Returns the value of attribute dataElementSet.



22515
22516
22517
# File 'lib/eBay.rb', line 22515

def dataElementSet
  @dataElementSet
end

#searchCharacteristicsSetObject

Returns the value of attribute searchCharacteristicsSet.



22512
22513
22514
# File 'lib/eBay.rb', line 22512

def searchCharacteristicsSet
  @searchCharacteristicsSet
end

#searchTypeObject

Returns the value of attribute searchType.



22513
22514
22515
# File 'lib/eBay.rb', line 22513

def searchType
  @searchType
end

#sortCharacteristicsObject

Returns the value of attribute sortCharacteristics.



22514
22515
22516
# File 'lib/eBay.rb', line 22514

def sortCharacteristics
  @sortCharacteristics
end

Instance Method Details

#set_any(elements) ⇒ Object



22518
22519
22520
# File 'lib/eBay.rb', line 22518

def set_any(elements)
  @__xmlele_any = elements
end