Class: EBay::ItemCompatibilityEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::ItemCompatibilityEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsItemCompatibilityEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ ItemCompatibilityEnabledDefinitionType
constructor
A new instance of ItemCompatibilityEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ ItemCompatibilityEnabledDefinitionType
Returns a new instance of ItemCompatibilityEnabledDefinitionType.
25191 25192 25193 |
# File 'lib/eBay.rb', line 25191 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
25185 25186 25187 |
# File 'lib/eBay.rb', line 25185 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
25187 25188 25189 |
# File 'lib/eBay.rb', line 25187 def set_any(elements) @__xmlele_any = elements end |