Class: EBay::ValuePackEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::ValuePackEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsValuePackEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ ValuePackEnabledDefinitionType
constructor
A new instance of ValuePackEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ ValuePackEnabledDefinitionType
Returns a new instance of ValuePackEnabledDefinitionType.
35319 35320 35321 |
# File 'lib/eBay.rb', line 35319 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
35313 35314 35315 |
# File 'lib/eBay.rb', line 35313 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
35315 35316 35317 |
# File 'lib/eBay.rb', line 35315 def set_any(elements) @__xmlele_any = elements end |