Class: EBay::LocalMarketAutoDeclineEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::LocalMarketAutoDeclineEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLocalMarketAutoDeclineEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ LocalMarketAutoDeclineEnabledDefinitionType
constructor
A new instance of LocalMarketAutoDeclineEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ LocalMarketAutoDeclineEnabledDefinitionType
Returns a new instance of LocalMarketAutoDeclineEnabledDefinitionType.
26469 26470 26471 |
# File 'lib/eBay.rb', line 26469 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26463 26464 26465 |
# File 'lib/eBay.rb', line 26463 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
26465 26466 26467 |
# File 'lib/eBay.rb', line 26465 def set_any(elements) @__xmlele_any = elements end |