Class: EBay::WarrantyOfferedDetailsType
- Inherits:
-
Object
- Object
- EBay::WarrantyOfferedDetailsType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsWarrantyOfferedDetailsType
warrantyOfferedOption - 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.
-
#warrantyOfferedOption ⇒ Object
Returns the value of attribute warrantyOfferedOption.
Instance Method Summary collapse
-
#initialize(warrantyOfferedOption = nil, description = nil) ⇒ WarrantyOfferedDetailsType
constructor
A new instance of WarrantyOfferedDetailsType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize(warrantyOfferedOption = nil, description = nil) ⇒ WarrantyOfferedDetailsType
Returns a new instance of WarrantyOfferedDetailsType.
35721 35722 35723 35724 35725 |
# File 'lib/eBay.rb', line 35721 def initialize(warrantyOfferedOption = nil, description = nil) @warrantyOfferedOption = warrantyOfferedOption @description = description @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35715 35716 35717 |
# File 'lib/eBay.rb', line 35715 def __xmlele_any @__xmlele_any end |
#description ⇒ Object
Returns the value of attribute description.
35714 35715 35716 |
# File 'lib/eBay.rb', line 35714 def description @description end |
#warrantyOfferedOption ⇒ Object
Returns the value of attribute warrantyOfferedOption.
35713 35714 35715 |
# File 'lib/eBay.rb', line 35713 def warrantyOfferedOption @warrantyOfferedOption end |
Instance Method Details
#set_any(elements) ⇒ Object
35717 35718 35719 |
# File 'lib/eBay.rb', line 35717 def set_any(elements) @__xmlele_any = elements end |