Class: EBay::PaymentInformationCodeType
- Inherits:
-
Object
- Object
- EBay::PaymentInformationCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentInformationCodeType
payment - EBay::PaymentTransactionCodeType
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 = []) ⇒ PaymentInformationCodeType
constructor
A new instance of PaymentInformationCodeType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(payment = []) ⇒ PaymentInformationCodeType
Returns a new instance of PaymentInformationCodeType.
28491 28492 28493 28494 |
# File 'lib/eBay.rb', line 28491 def initialize(payment = []) @payment = payment @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28485 28486 28487 |
# File 'lib/eBay.rb', line 28485 def __xmlele_any @__xmlele_any end |
#payment ⇒ Object
Returns the value of attribute payment.
28484 28485 28486 |
# File 'lib/eBay.rb', line 28484 def payment @payment end |
Instance Method Details
#set_any(elements) ⇒ Object
28487 28488 28489 |
# File 'lib/eBay.rb', line 28487 def set_any(elements) @__xmlele_any = elements end |