Class: EBay::WarrantyTypeDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsWarrantyTypeDetailsType

warrantyTypeOption - SOAP::SOAPToken
description - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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

Returns the value of attribute __xmlele_any.



35734
35735
35736
# File 'lib/eBay.rb', line 35734

def __xmlele_any
  @__xmlele_any
end

#descriptionObject

Returns the value of attribute description.



35733
35734
35735
# File 'lib/eBay.rb', line 35733

def description
  @description
end

#warrantyTypeOptionObject

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