Class: EBay::PaymentInformationType
- Inherits:
-
Object
- Object
- EBay::PaymentInformationType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentInformationType
payment - EBay::PaymentTransactionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#payment ⇒ Object
Returns the value of attribute payment.
Instance Method Summary collapse
-
#initialize(payment = []) ⇒ PaymentInformationType
constructor
A new instance of PaymentInformationType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(payment = []) ⇒ PaymentInformationType
Returns a new instance of PaymentInformationType.
28507 28508 28509 28510 |
# File 'lib/eBay.rb', line 28507 def initialize(payment = []) @payment = payment @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28501 28502 28503 |
# File 'lib/eBay.rb', line 28501 def __xmlele_any @__xmlele_any end |
#payment ⇒ Object
Returns the value of attribute payment.
28500 28501 28502 |
# File 'lib/eBay.rb', line 28500 def payment @payment end |
Instance Method Details
#set_any(elements) ⇒ Object
28503 28504 28505 |
# File 'lib/eBay.rb', line 28503 def set_any(elements) @__xmlele_any = elements end |