Class: EBay::ProductSearchPageType
- Inherits:
-
Object
- Object
- EBay::ProductSearchPageType
- 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
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#dataElementSet ⇒ Object
Returns the value of attribute dataElementSet.
-
#searchCharacteristicsSet ⇒ Object
Returns the value of attribute searchCharacteristicsSet.
-
#searchType ⇒ Object
Returns the value of attribute searchType.
-
#sortCharacteristics ⇒ Object
Returns the value of attribute sortCharacteristics.
Instance Method Summary collapse
-
#initialize(searchCharacteristicsSet = nil, searchType = nil, sortCharacteristics = [], dataElementSet = []) ⇒ ProductSearchPageType
constructor
A new instance of ProductSearchPageType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29367 29368 29369 |
# File 'lib/eBay.rb', line 29367 def __xmlele_any @__xmlele_any end |
#dataElementSet ⇒ Object
Returns the value of attribute dataElementSet.
29366 29367 29368 |
# File 'lib/eBay.rb', line 29366 def dataElementSet @dataElementSet end |
#searchCharacteristicsSet ⇒ Object
Returns the value of attribute searchCharacteristicsSet.
29363 29364 29365 |
# File 'lib/eBay.rb', line 29363 def searchCharacteristicsSet @searchCharacteristicsSet end |
#searchType ⇒ Object
Returns the value of attribute searchType.
29364 29365 29366 |
# File 'lib/eBay.rb', line 29364 def searchType @searchType end |
#sortCharacteristics ⇒ Object
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 |