Class: EBay::RegularSubscriptionDefinitionType
- Inherits:
-
Object
- Object
- EBay::RegularSubscriptionDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsRegularSubscriptionDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ RegularSubscriptionDefinitionType
constructor
A new instance of RegularSubscriptionDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ RegularSubscriptionDefinitionType
Returns a new instance of RegularSubscriptionDefinitionType.
30308 30309 30310 |
# File 'lib/eBay.rb', line 30308 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
30302 30303 30304 |
# File 'lib/eBay.rb', line 30302 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
30304 30305 30306 |
# File 'lib/eBay.rb', line 30304 def set_any(elements) @__xmlele_any = elements end |