Class: EBay::AddItemRequestContainerType
- Inherits:
-
Object
- Object
- EBay::AddItemRequestContainerType
- Defined in:
- lib/eBay.rb
Overview
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#item ⇒ Object
Returns the value of attribute item.
-
#messageID ⇒ Object
Returns the value of attribute messageID.
Instance Method Summary collapse
-
#initialize(item = nil, messageID = nil) ⇒ AddItemRequestContainerType
constructor
A new instance of AddItemRequestContainerType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(item = nil, messageID = nil) ⇒ AddItemRequestContainerType
Returns a new instance of AddItemRequestContainerType.
20286 20287 20288 20289 20290 |
# File 'lib/eBay.rb', line 20286 def initialize(item = nil, = nil) @item = item @messageID = @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20280 20281 20282 |
# File 'lib/eBay.rb', line 20280 def __xmlele_any @__xmlele_any end |
#item ⇒ Object
Returns the value of attribute item.
20278 20279 20280 |
# File 'lib/eBay.rb', line 20278 def item @item end |
#messageID ⇒ Object
Returns the value of attribute messageID.
20279 20280 20281 |
# File 'lib/eBay.rb', line 20279 def @messageID end |
Instance Method Details
#set_any(elements) ⇒ Object
20282 20283 20284 |
# File 'lib/eBay.rb', line 20282 def set_any(elements) @__xmlele_any = elements end |