Class: EBay::ConditionEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::ConditionEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsConditionEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ ConditionEnabledDefinitionType
constructor
A new instance of ConditionEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ ConditionEnabledDefinitionType
Returns a new instance of ConditionEnabledDefinitionType.
23049 23050 23051 |
# File 'lib/eBay.rb', line 23049 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23043 23044 23045 |
# File 'lib/eBay.rb', line 23043 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
23045 23046 23047 |
# File 'lib/eBay.rb', line 23045 def set_any(elements) @__xmlele_any = elements end |