Class: EBay::WarrantyTypeDetailsType
- Inherits:
-
Object
- Object
- EBay::WarrantyTypeDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsWarrantyTypeDetailsType
warrantyTypeOption - 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.
-
#warrantyTypeOption ⇒ Object
Returns the value of attribute warrantyTypeOption.
Instance Method Summary collapse
-
#initialize(warrantyTypeOption = nil, description = nil) ⇒ WarrantyTypeDetailsType
constructor
A new instance of WarrantyTypeDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(warrantyTypeOption = nil, description = nil) ⇒ WarrantyTypeDetailsType
Returns a new instance of WarrantyTypeDetailsType.
35740 35741 35742 35743 35744 |
# File 'lib/eBay.rb', line 35740 def initialize(warrantyTypeOption = nil, description = nil) @warrantyTypeOption = warrantyTypeOption @description = description @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35734 35735 35736 |
# File 'lib/eBay.rb', line 35734 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
35733 35734 35735 |
# File 'lib/eBay.rb', line 35733 def description @description end |
#warrantyTypeOption ⇒ Object
Returns the value of attribute warrantyTypeOption.
35732 35733 35734 |
# File 'lib/eBay.rb', line 35732 def warrantyTypeOption @warrantyTypeOption end |
Instance Method Details
#set_any(elements) ⇒ Object
35736 35737 35738 |
# File 'lib/eBay.rb', line 35736 def set_any(elements) @__xmlele_any = elements end |