Class: EBay::LocalMarketSpecialitySubscriptionDefinitionType
- Inherits:
-
Object
- Object
- EBay::LocalMarketSpecialitySubscriptionDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLocalMarketSpecialitySubscriptionDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ LocalMarketSpecialitySubscriptionDefinitionType
constructor
A new instance of LocalMarketSpecialitySubscriptionDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ LocalMarketSpecialitySubscriptionDefinitionType
Returns a new instance of LocalMarketSpecialitySubscriptionDefinitionType.
26651 26652 26653 |
# File 'lib/eBay.rb', line 26651 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26645 26646 26647 |
# File 'lib/eBay.rb', line 26645 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
26647 26648 26649 |
# File 'lib/eBay.rb', line 26647 def set_any(elements) @__xmlele_any = elements end |