Class: EBay::WarrantyDurationDetailsType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsWarrantyDurationDetailsType

warrantyDurationOption - SOAP::SOAPToken
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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_anyObject (readonly)

Returns the value of attribute __xmlele_any.



35696
35697
35698
# File 'lib/eBay.rb', line 35696

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



35695
35696
35697
# File 'lib/eBay.rb', line 35695

def description
  @description
end

#warrantyDurationOptionObject

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