Class: EBay::CartItemType
- Inherits:
-
Object
- Object
- EBay::CartItemType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCartItemType
item - EBay::ItemType
referenceID - SOAP::SOAPLong
action - EBay::ModifyActionCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#action ⇒ Object
Returns the value of attribute action.
-
#item ⇒ Object
Returns the value of attribute item.
-
#referenceID ⇒ Object
Returns the value of attribute referenceID.
Instance Method Summary collapse
-
#initialize(item = nil, referenceID = nil, action = nil) ⇒ CartItemType
constructor
A new instance of CartItemType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(item = nil, referenceID = nil, action = nil) ⇒ CartItemType
Returns a new instance of CartItemType.
21813 21814 21815 21816 21817 21818 |
# File 'lib/eBay.rb', line 21813 def initialize(item = nil, referenceID = nil, action = nil) @item = item @referenceID = referenceID @action = action @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
21807 21808 21809 |
# File 'lib/eBay.rb', line 21807 def __xmlele_any @__xmlele_any end |
#action ⇒ Object
Returns the value of attribute action.
21806 21807 21808 |
# File 'lib/eBay.rb', line 21806 def action @action end |
#item ⇒ Object
Returns the value of attribute item.
21804 21805 21806 |
# File 'lib/eBay.rb', line 21804 def item @item end |
#referenceID ⇒ Object
Returns the value of attribute referenceID.
21805 21806 21807 |
# File 'lib/eBay.rb', line 21805 def referenceID @referenceID end |
Instance Method Details
#set_any(elements) ⇒ Object
21809 21810 21811 |
# File 'lib/eBay.rb', line 21809 def set_any(elements) @__xmlele_any = elements end |