Method: OrderTransactionType#initialize
- Defined in:
- lib/eBay.rb
#initialize(order = nil, transaction = nil) ⇒ OrderTransactionType
Returns a new instance of OrderTransactionType.
21900 21901 21902 21903 21904 |
# File 'lib/eBay.rb', line 21900 def initialize(order = nil, transaction = nil) @order = order @transaction = transaction @__xmlele_any = nil end |