Class: ProPackPlusEnabledDefinitionType

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

Overview

urn:ebay:apis:eBLBaseComponentsProPackPlusEnabledDefinitionType

Constant Summary collapse

@@schema_type =
"ProPackPlusEnabledDefinitionType"
@@schema_ns =
"urn:ebay:apis:eBLBaseComponents"
@@schema_element =
[
  ["any", [nil, XSD::QName.new("http://www.w3.org/2001/XMLSchema", "anyType")]]
]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeProPackPlusEnabledDefinitionType

Returns a new instance of ProPackPlusEnabledDefinitionType.



20880
20881
20882
# File 'lib/eBay.rb', line 20880

def initialize
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



20874
20875
20876
# File 'lib/eBay.rb', line 20874

def __xmlele_any
  @__xmlele_any
end

Instance Method Details

#set_any(elements) ⇒ Object



20876
20877
20878
# File 'lib/eBay.rb', line 20876

def set_any(elements)
  @__xmlele_any = elements
end