Class: EBay::ItemBestOffersType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemBestOffersType

role - EBay::TradingRoleCodeType
bestOfferArray - EBay::BestOfferArrayType
item - EBay::ItemType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(role = nil, bestOfferArray = nil, item = nil) ⇒ ItemBestOffersType

Returns a new instance of ItemBestOffersType.



25147
25148
25149
25150
25151
25152
# File 'lib/eBay.rb', line 25147

def initialize(role = nil, bestOfferArray = nil, item = nil)
  @role = role
  @bestOfferArray = bestOfferArray
  @item = item
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



25141
25142
25143
# File 'lib/eBay.rb', line 25141

def __xmlele_any
  @__xmlele_any
end

#bestOfferArrayObject

Returns the value of attribute bestOfferArray.



25139
25140
25141
# File 'lib/eBay.rb', line 25139

def bestOfferArray
  @bestOfferArray
end

#itemObject

Returns the value of attribute item.



25140
25141
25142
# File 'lib/eBay.rb', line 25140

def item
  @item
end

#roleObject

Returns the value of attribute role.



25138
25139
25140
# File 'lib/eBay.rb', line 25138

def role
  @role
end

Instance Method Details

#set_any(elements) ⇒ Object



25143
25144
25145
# File 'lib/eBay.rb', line 25143

def set_any(elements)
  @__xmlele_any = elements
end