Class: EBay::PaymentOptionDetailsType
- Inherits:
-
Object
- Object
- EBay::PaymentOptionDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPaymentOptionDetailsType
paymentOption - EBay::BuyerPaymentMethodCodeType
description - SOAP::SOAPString
detailVersion - SOAP::SOAPString
updateTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
-
#paymentOption ⇒ Object
Returns the value of attribute paymentOption.
-
#updateTime ⇒ Object
Returns the value of attribute updateTime.
Instance Method Summary collapse
-
#initialize(paymentOption = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ PaymentOptionDetailsType
constructor
A new instance of PaymentOptionDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(paymentOption = nil, description = nil, detailVersion = nil, updateTime = nil) ⇒ PaymentOptionDetailsType
Returns a new instance of PaymentOptionDetailsType.
28542 28543 28544 28545 28546 28547 28548 |
# File 'lib/eBay.rb', line 28542 def initialize(paymentOption = nil, description = nil, detailVersion = nil, updateTime = nil) @paymentOption = paymentOption @description = description @detailVersion = detailVersion @updateTime = updateTime @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
28536 28537 28538 |
# File 'lib/eBay.rb', line 28536 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
28533 28534 28535 |
# File 'lib/eBay.rb', line 28533 def description @description end |
#detailVersion ⇒ Object
Returns the value of attribute detailVersion.
28534 28535 28536 |
# File 'lib/eBay.rb', line 28534 def detailVersion @detailVersion end |
#paymentOption ⇒ Object
Returns the value of attribute paymentOption.
28532 28533 28534 |
# File 'lib/eBay.rb', line 28532 def paymentOption @paymentOption end |
#updateTime ⇒ Object
Returns the value of attribute updateTime.
28535 28536 28537 |
# File 'lib/eBay.rb', line 28535 def updateTime @updateTime end |
Instance Method Details
#set_any(elements) ⇒ Object
28538 28539 28540 |
# File 'lib/eBay.rb', line 28538 def set_any(elements) @__xmlele_any = elements end |