Class: CharacteristicsSetProductHistogramType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharacteristicsSetProductHistogramType

histogramEntry - HistogramEntryType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(histogramEntry = []) ⇒ CharacteristicsSetProductHistogramType

Returns a new instance of CharacteristicsSetProductHistogramType.



17982
17983
17984
17985
# File 'lib/eBay.rb', line 17982

def initialize(histogramEntry = [])
  @histogramEntry = histogramEntry
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



17976
17977
17978
# File 'lib/eBay.rb', line 17976

def __xmlele_any
  @__xmlele_any
end

#histogramEntryObject

Returns the value of attribute histogramEntry.



17975
17976
17977
# File 'lib/eBay.rb', line 17975

def histogramEntry
  @histogramEntry
end

Instance Method Details

#set_any(elements) ⇒ Object



17978
17979
17980
# File 'lib/eBay.rb', line 17978

def set_any(elements)
  @__xmlele_any = elements
end