Class: EBay::EBayMotorsProAutoAcceptEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::EBayMotorsProAutoAcceptEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentseBayMotorsProAutoAcceptEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ EBayMotorsProAutoAcceptEnabledDefinitionType
constructor
A new instance of EBayMotorsProAutoAcceptEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ EBayMotorsProAutoAcceptEnabledDefinitionType
Returns a new instance of EBayMotorsProAutoAcceptEnabledDefinitionType.
35790 35791 35792 |
# File 'lib/eBay.rb', line 35790 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35784 35785 35786 |
# File 'lib/eBay.rb', line 35784 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
35786 35787 35788 |
# File 'lib/eBay.rb', line 35786 def set_any(elements) @__xmlele_any = elements end |