Class: CharacteristicType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharacteristicType

attributeID - SOAP::SOAPInt
dateFormat - SOAP::SOAPString
displaySequence - SOAP::SOAPString
displayUOM - SOAP::SOAPString
label - LabelType
sortOrder - SortOrderCodeType
valueList - ValType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(attributeID = nil, dateFormat = nil, displaySequence = nil, displayUOM = nil, label = nil, sortOrder = nil, valueList = []) ⇒ CharacteristicType

Returns a new instance of CharacteristicType.



17960
17961
17962
17963
17964
17965
17966
17967
17968
17969
# File 'lib/eBay.rb', line 17960

def initialize(attributeID = nil, dateFormat = nil, displaySequence = nil, displayUOM = nil, label = nil, sortOrder = nil, valueList = [])
  @attributeID = attributeID
  @dateFormat = dateFormat
  @displaySequence = displaySequence
  @displayUOM = displayUOM
  @label = label
  @sortOrder = sortOrder
  @valueList = valueList
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17954
17955
17956
# File 'lib/eBay.rb', line 17954

def __xmlele_any
  @__xmlele_any
end

#attributeIDObject

Returns the value of attribute attributeID.



17947
17948
17949
# File 'lib/eBay.rb', line 17947

def attributeID
  @attributeID
end

#dateFormatObject

Returns the value of attribute dateFormat.



17948
17949
17950
# File 'lib/eBay.rb', line 17948

def dateFormat
  @dateFormat
end

#displaySequenceObject

Returns the value of attribute displaySequence.



17949
17950
17951
# File 'lib/eBay.rb', line 17949

def displaySequence
  @displaySequence
end

#displayUOMObject

Returns the value of attribute displayUOM.



17950
17951
17952
# File 'lib/eBay.rb', line 17950

def displayUOM
  @displayUOM
end

#labelObject

Returns the value of attribute label.



17951
17952
17953
# File 'lib/eBay.rb', line 17951

def label
  @label
end

#sortOrderObject

Returns the value of attribute sortOrder.



17952
17953
17954
# File 'lib/eBay.rb', line 17952

def sortOrder
  @sortOrder
end

#valueListObject

Returns the value of attribute valueList.



17953
17954
17955
# File 'lib/eBay.rb', line 17953

def valueList
  @valueList
end

Instance Method Details

#set_any(elements) ⇒ Object



17956
17957
17958
# File 'lib/eBay.rb', line 17956

def set_any(elements)
  @__xmlele_any = elements
end