Class: EBay::ProductCreationEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::ProductCreationEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsProductCreationEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ ProductCreationEnabledDefinitionType
constructor
A new instance of ProductCreationEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ ProductCreationEnabledDefinitionType
Returns a new instance of ProductCreationEnabledDefinitionType.
29182 29183 29184 |
# File 'lib/eBay.rb', line 29182 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29176 29177 29178 |
# File 'lib/eBay.rb', line 29176 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
29178 29179 29180 |
# File 'lib/eBay.rb', line 29178 def set_any(elements) @__xmlele_any = elements end |