Class: EBay::DutchBINEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::DutchBINEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsDutchBINEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ DutchBINEnabledDefinitionType
constructor
A new instance of DutchBINEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ DutchBINEnabledDefinitionType
Returns a new instance of DutchBINEnabledDefinitionType.
23660 23661 23662 |
# File 'lib/eBay.rb', line 23660 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
23654 23655 23656 |
# File 'lib/eBay.rb', line 23654 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
23656 23657 23658 |
# File 'lib/eBay.rb', line 23656 def set_any(elements) @__xmlele_any = elements end |