Class: EBay::ItemBestOffersArrayType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemBestOffersArrayType

itemBestOffers - EBay::ItemBestOffersType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(itemBestOffers = []) ⇒ ItemBestOffersArrayType

Returns a new instance of ItemBestOffersArrayType.



25127
25128
25129
25130
# File 'lib/eBay.rb', line 25127

def initialize(itemBestOffers = [])
  @itemBestOffers = itemBestOffers
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25121
25122
25123
# File 'lib/eBay.rb', line 25121

def __xmlele_any
  @__xmlele_any
end

#itemBestOffersObject

Returns the value of attribute itemBestOffers.



25120
25121
25122
# File 'lib/eBay.rb', line 25120

def itemBestOffers
  @itemBestOffers
end

Instance Method Details

#set_any(elements) ⇒ Object



25123
25124
25125
# File 'lib/eBay.rb', line 25123

def set_any(elements)
  @__xmlele_any = elements
end