Class: EBay::ProductCreationEnabledDefinitionType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsProductCreationEnabledDefinitionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeProductCreationEnabledDefinitionType

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_anyObject (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