Class: EBay::UPCEnabledDefinitionType
- Inherits:
-
Object
- Object
- EBay::UPCEnabledDefinitionType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsUPCEnabledDefinitionType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
Instance Method Summary collapse
-
#initialize ⇒ UPCEnabledDefinitionType
constructor
A new instance of UPCEnabledDefinitionType.
- #set_any(elements) ⇒ Object
Constructor Details
#initialize ⇒ UPCEnabledDefinitionType
Returns a new instance of UPCEnabledDefinitionType.
34782 34783 34784 |
# File 'lib/eBay.rb', line 34782 def initialize @__xmlele_any = nil end |
Instance Attribute Details
#__xmlele_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
34776 34777 34778 |
# File 'lib/eBay.rb', line 34776 def __xmlele_any @__xmlele_any end |
Instance Method Details
#set_any(elements) ⇒ Object
34778 34779 34780 |
# File 'lib/eBay.rb', line 34778 def set_any(elements) @__xmlele_any = elements end |