Class: EBay::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 - EBay::LabelType
sortOrder - EBay::SortOrderCodeType
valueList - EBay::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.



22438
22439
22440
22441
22442
22443
22444
22445
22446
22447
# File 'lib/eBay.rb', line 22438

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.



22432
22433
22434
# File 'lib/eBay.rb', line 22432

def __xmlele_any
  @__xmlele_any
end

#attributeIDObject

Returns the value of attribute attributeID.



22425
22426
22427
# File 'lib/eBay.rb', line 22425

def attributeID
  @attributeID
end

#dateFormatObject

Returns the value of attribute dateFormat.



22426
22427
22428
# File 'lib/eBay.rb', line 22426

def dateFormat
  @dateFormat
end

#displaySequenceObject

Returns the value of attribute displaySequence.



22427
22428
22429
# File 'lib/eBay.rb', line 22427

def displaySequence
  @displaySequence
end

#displayUOMObject

Returns the value of attribute displayUOM.



22428
22429
22430
# File 'lib/eBay.rb', line 22428

def displayUOM
  @displayUOM
end

#labelObject

Returns the value of attribute label.



22429
22430
22431
# File 'lib/eBay.rb', line 22429

def label
  @label
end

#sortOrderObject

Returns the value of attribute sortOrder.



22430
22431
22432
# File 'lib/eBay.rb', line 22430

def sortOrder
  @sortOrder
end

#valueListObject

Returns the value of attribute valueList.



22431
22432
22433
# File 'lib/eBay.rb', line 22431

def valueList
  @valueList
end

Instance Method Details

#set_any(elements) ⇒ Object



22434
22435
22436
# File 'lib/eBay.rb', line 22434

def set_any(elements)
  @__xmlele_any = elements
end