Class: EBay::PremiumSubscriptionDefinitionType
- Inherits:
-
Object
- Object
- EBay::PremiumSubscriptionDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPremiumSubscriptionDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ PremiumSubscriptionDefinitionType
constructor
A new instance of PremiumSubscriptionDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ PremiumSubscriptionDefinitionType
Returns a new instance of PremiumSubscriptionDefinitionType.
29092 29093 29094 |
# File 'lib/eBay.rb', line 29092 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
29086 29087 29088 |
# File 'lib/eBay.rb', line 29086 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
29088 29089 29090 |
# File 'lib/eBay.rb', line 29088 def set_any(elements) @__xmlele_any = elements end |