Class: EBay::ItemIDArrayType
- Inherits:
-
Object
- Object
- EBay::ItemIDArrayType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemIDArrayType
itemID - (any)
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#itemID ⇒ Object
Returns the value of attribute itemID.
Instance Method Summary collapse
-
#initialize(itemID = []) ⇒ ItemIDArrayType
constructor
A new instance of ItemIDArrayType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(itemID = []) ⇒ ItemIDArrayType
Returns a new instance of ItemIDArrayType.
25247 25248 25249 25250 |
# File 'lib/eBay.rb', line 25247 def initialize(itemID = []) @itemID = itemID @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25241 25242 25243 |
# File 'lib/eBay.rb', line 25241 def __xmlele_any @__xmlele_any end |
#itemID ⇒ Object
Returns the value of attribute itemID.
25240 25241 25242 |
# File 'lib/eBay.rb', line 25240 def itemID @itemID end |
Instance Method Details
#set_any(elements) ⇒ Object
25243 25244 25245 |
# File 'lib/eBay.rb', line 25243 def set_any(elements) @__xmlele_any = elements end |