Class: EBay::PaymentsInformationCodeType
- Inherits:
-
Object
- Object
- EBay::PaymentsInformationCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentsInformationCodeType
payments - EBay::PaymentInformationCodeType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#payments ⇒ Object
Returns the value of attribute payments.
Instance Method Summary collapse
-
#initialize(payments = nil) ⇒ PaymentsInformationCodeType
constructor
A new instance of PaymentsInformationCodeType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(payments = nil) ⇒ PaymentsInformationCodeType
Returns a new instance of PaymentsInformationCodeType.
28648 28649 28650 28651 |
# File 'lib/eBay.rb', line 28648 def initialize(payments = nil) @payments = payments @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28642 28643 28644 |
# File 'lib/eBay.rb', line 28642 def __xmlele_any @__xmlele_any end |
#payments ⇒ Object
Returns the value of attribute payments.
28641 28642 28643 |
# File 'lib/eBay.rb', line 28641 def payments @payments end |
Instance Method Details
#set_any(elements) ⇒ Object
28644 28645 28646 |
# File 'lib/eBay.rb', line 28644 def set_any(elements) @__xmlele_any = elements end |