Class: EBay::ISBNEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::ISBNEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsISBNEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ ISBNEnabledDefinitionType
constructor
A new instance of ISBNEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ ISBNEnabledDefinitionType
Returns a new instance of ISBNEnabledDefinitionType.
24979 24980 24981 |
# File 'lib/eBay.rb', line 24979 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
24973 24974 24975 |
# File 'lib/eBay.rb', line 24973 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
24975 24976 24977 |
# File 'lib/eBay.rb', line 24975 def set_any(elements) @__xmlele_any = elements end |