Class: EBay::BasicUpgradePackEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::BasicUpgradePackEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBasicUpgradePackEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ BasicUpgradePackEnabledDefinitionType
constructor
A new instance of BasicUpgradePackEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ BasicUpgradePackEnabledDefinitionType
Returns a new instance of BasicUpgradePackEnabledDefinitionType.
20929 20930 20931 |
# File 'lib/eBay.rb', line 20929 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
20923 20924 20925 |
# File 'lib/eBay.rb', line 20923 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
20925 20926 20927 |
# File 'lib/eBay.rb', line 20925 def set_any(elements) @__xmlele_any = elements end |