Class: OrderTransactionType

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

Overview

urn:ebay:apis:eBLBaseComponentsOrderTransactionType

order - OrderType
transaction - TransactionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



21894
21895
21896
# File 'lib/eBay.rb', line 21894

def __xmlele_any
  @__xmlele_any
end

#orderObject

Returns the value of attribute order.



21892
21893
21894
# File 'lib/eBay.rb', line 21892

def order
  @order
end

#transactionObject

Returns the value of attribute transaction.



21893
21894
21895
# File 'lib/eBay.rb', line 21893

def transaction
  @transaction
end

Instance Method Details

#set_any(elements) ⇒ Object



21896
21897
21898
# File 'lib/eBay.rb', line 21896

def set_any(elements)
  @__xmlele_any = elements
end