Class: EBay::WarrantyDurationDetailsType
- Inherits:
-
Object
- Object
- EBay::WarrantyDurationDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsWarrantyDurationDetailsType
warrantyDurationOption - SOAP::SOAPToken
description - SOAP::SOAPString
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#description ⇒ Object
Returns the value of attribute description.
-
#warrantyDurationOption ⇒ Object
Returns the value of attribute warrantyDurationOption.
Instance Method Summary collapse
-
#initialize(warrantyDurationOption = nil, description = nil) ⇒ WarrantyDurationDetailsType
constructor
A new instance of WarrantyDurationDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(warrantyDurationOption = nil, description = nil) ⇒ WarrantyDurationDetailsType
Returns a new instance of WarrantyDurationDetailsType.
35702 35703 35704 35705 35706 |
# File 'lib/eBay.rb', line 35702 def initialize(warrantyDurationOption = nil, description = nil) @warrantyDurationOption = warrantyDurationOption @description = description @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35696 35697 35698 |
# File 'lib/eBay.rb', line 35696 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
35695 35696 35697 |
# File 'lib/eBay.rb', line 35695 def description @description end |
#warrantyDurationOption ⇒ Object
Returns the value of attribute warrantyDurationOption.
35694 35695 35696 |
# File 'lib/eBay.rb', line 35694 def warrantyDurationOption @warrantyDurationOption end |
Instance Method Details
#set_any(elements) ⇒ Object
35698 35699 35700 |
# File 'lib/eBay.rb', line 35698 def set_any(elements) @__xmlele_any = elements end |