Class: EBay::CompatibleVehicleTypeDefinitionType
- Inherits:
-
Object
- Object
- EBay::CompatibleVehicleTypeDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCompatibleVehicleTypeDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ CompatibleVehicleTypeDefinitionType
constructor
A new instance of CompatibleVehicleTypeDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ CompatibleVehicleTypeDefinitionType
Returns a new instance of CompatibleVehicleTypeDefinitionType.
23036 23037 23038 |
# File 'lib/eBay.rb', line 23036 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23030 23031 23032 |
# File 'lib/eBay.rb', line 23030 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
23032 23033 23034 |
# File 'lib/eBay.rb', line 23032 def set_any(elements) @__xmlele_any = elements end |