Class: EBay::WarrantyOfferedDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsWarrantyOfferedDetailsType

warrantyOfferedOption - SOAP::SOAPToken
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



35715
35716
35717
# File 'lib/eBay.rb', line 35715

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



35714
35715
35716
# File 'lib/eBay.rb', line 35714

def description
  @description
end

#warrantyOfferedOptionObject

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