Class: EBay::CharacteristicType
- Inherits:
-
Object
- Object
- EBay::CharacteristicType
- Defined in:
- lib/eBay.rb
Overview
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#attributeID ⇒ Object
Returns the value of attribute attributeID.
-
#dateFormat ⇒ Object
Returns the value of attribute dateFormat.
-
#displaySequence ⇒ Object
Returns the value of attribute displaySequence.
-
#displayUOM ⇒ Object
Returns the value of attribute displayUOM.
-
#label ⇒ Object
Returns the value of attribute label.
-
#sortOrder ⇒ Object
Returns the value of attribute sortOrder.
-
#valueList ⇒ Object
Returns the value of attribute valueList.
Instance Method Summary collapse
-
#initialize(attributeID = nil, dateFormat = nil, displaySequence = nil, displayUOM = nil, label = nil, sortOrder = nil, valueList = []) ⇒ CharacteristicType
constructor
A new instance of CharacteristicType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22432 22433 22434 |
# File 'lib/eBay.rb', line 22432 def __xmlele_any @__xmlele_any end |
#attributeID ⇒ Object
Returns the value of attribute attributeID.
22425 22426 22427 |
# File 'lib/eBay.rb', line 22425 def attributeID @attributeID end |
#dateFormat ⇒ Object
Returns the value of attribute dateFormat.
22426 22427 22428 |
# File 'lib/eBay.rb', line 22426 def dateFormat @dateFormat end |
#displaySequence ⇒ Object
Returns the value of attribute displaySequence.
22427 22428 22429 |
# File 'lib/eBay.rb', line 22427 def displaySequence @displaySequence end |
#displayUOM ⇒ Object
Returns the value of attribute displayUOM.
22428 22429 22430 |
# File 'lib/eBay.rb', line 22428 def displayUOM @displayUOM end |
#label ⇒ Object
Returns the value of attribute label.
22429 22430 22431 |
# File 'lib/eBay.rb', line 22429 def label @label end |
#sortOrder ⇒ Object
Returns the value of attribute sortOrder.
22430 22431 22432 |
# File 'lib/eBay.rb', line 22430 def sortOrder @sortOrder end |
#valueList ⇒ Object
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 |