Class: EBay::ConditionValuesDefinitionType
- Inherits:
-
Object
- Object
- EBay::ConditionValuesDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsConditionValuesDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ ConditionValuesDefinitionType
constructor
A new instance of ConditionValuesDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ ConditionValuesDefinitionType
Returns a new instance of ConditionValuesDefinitionType.
23081 23082 23083 |
# File 'lib/eBay.rb', line 23081 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23075 23076 23077 |
# File 'lib/eBay.rb', line 23075 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
23077 23078 23079 |
# File 'lib/eBay.rb', line 23077 def set_any(elements) @__xmlele_any = elements end |