Class: EBay::LocalMarketPremiumSubscriptionDefinitionType
- Inherits:
-
Object
- Object
- EBay::LocalMarketPremiumSubscriptionDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsLocalMarketPremiumSubscriptionDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ LocalMarketPremiumSubscriptionDefinitionType
constructor
A new instance of LocalMarketPremiumSubscriptionDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ LocalMarketPremiumSubscriptionDefinitionType
Returns a new instance of LocalMarketPremiumSubscriptionDefinitionType.
26599 26600 26601 |
# File 'lib/eBay.rb', line 26599 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
26593 26594 26595 |
# File 'lib/eBay.rb', line 26593 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
26595 26596 26597 |
# File 'lib/eBay.rb', line 26595 def set_any(elements) @__xmlele_any = elements end |