Class: EBay::OrderTransactionType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsOrderTransactionType

order - EBay::OrderType
transaction - EBay::TransactionType

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



28148
28149
28150
# File 'lib/eBay.rb', line 28148

def __xmlele_any
  @__xmlele_any
end

#orderObject

Returns the value of attribute order.



28146
28147
28148
# File 'lib/eBay.rb', line 28146

def order
  @order
end

#transactionObject

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