Class: EBay::LocalMarketShippingMethodEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::LocalMarketShippingMethodEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLocalMarketShippingMethodEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ LocalMarketShippingMethodEnabledDefinitionType
constructor
A new instance of LocalMarketShippingMethodEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ LocalMarketShippingMethodEnabledDefinitionType
Returns a new instance of LocalMarketShippingMethodEnabledDefinitionType.
26638 26639 26640 |
# File 'lib/eBay.rb', line 26638 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26632 26633 26634 |
# File 'lib/eBay.rb', line 26632 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
26634 26635 26636 |
# File 'lib/eBay.rb', line 26634 def set_any(elements) @__xmlele_any = elements end |