Class: SearchResultItemType

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

Overview

urn:ebay:apis:eBLBaseComponentsSearchResultItemType

item - ItemType
itemSpecific - NameValueListArrayType
searchResultValues - SearchResultValuesCodeType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(item = nil, itemSpecific = nil, searchResultValues = []) ⇒ SearchResultItemType

Returns a new instance of SearchResultItemType.



23472
23473
23474
23475
23476
23477
# File 'lib/eBay.rb', line 23472

def initialize(item = nil, itemSpecific = nil, searchResultValues = [])
  @item = item
  @itemSpecific = itemSpecific
  @searchResultValues = searchResultValues
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



23466
23467
23468
# File 'lib/eBay.rb', line 23466

def __xmlele_any
  @__xmlele_any
end

#itemObject

Returns the value of attribute item.



23463
23464
23465
# File 'lib/eBay.rb', line 23463

def item
  @item
end

#itemSpecificObject

Returns the value of attribute itemSpecific.



23464
23465
23466
# File 'lib/eBay.rb', line 23464

def itemSpecific
  @itemSpecific
end

#searchResultValuesObject

Returns the value of attribute searchResultValues.



23465
23466
23467
# File 'lib/eBay.rb', line 23465

def searchResultValues
  @searchResultValues
end

Instance Method Details

#set_any(elements) ⇒ Object



23468
23469
23470
# File 'lib/eBay.rb', line 23468

def set_any(elements)
  @__xmlele_any = elements
end