Class: EBay::UPCEnabledDefinitionType

Inherits:
Object
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsUPCEnabledDefinitionType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeUPCEnabledDefinitionType

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_anyObject (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