Class: EBay::OrderTransactionType
- Inherits:
-
Object
- Object
- EBay::OrderTransactionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsOrderTransactionType
order - EBay::OrderType
transaction - EBay::TransactionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#order ⇒ Object
Returns the value of attribute order.
-
#transaction ⇒ Object
Returns the value of attribute transaction.
Instance Method Summary collapse
-
#initialize(order = nil, transaction = nil) ⇒ OrderTransactionType
constructor
A new instance of OrderTransactionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(order = nil, transaction = nil) ⇒ OrderTransactionType
Returns a new instance of OrderTransactionType.
28154 28155 28156 28157 28158 |
# File 'lib/eBay.rb', line 28154 def initialize(order = nil, transaction = nil) @order = order @transaction = transaction @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28148 28149 28150 |
# File 'lib/eBay.rb', line 28148 def __xmlele_any @__xmlele_any end |
#order ⇒ Object
Returns the value of attribute order.
28146 28147 28148 |
# File 'lib/eBay.rb', line 28146 def order @order end |
#transaction ⇒ Object
Returns the value of attribute transaction.
28147 28148 28149 |
# File 'lib/eBay.rb', line 28147 def transaction @transaction end |
Instance Method Details
#set_any(elements) ⇒ Object
28150 28151 28152 |
# File 'lib/eBay.rb', line 28150 def set_any(elements) @__xmlele_any = elements end |