Class: EBay::CharacteristicsSetProductHistogramType

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

Overview

urn:ebay:apis:eBLBaseComponentsCharacteristicsSetProductHistogramType

histogramEntry - EBay::HistogramEntryType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(histogramEntry = []) ⇒ CharacteristicsSetProductHistogramType

Returns a new instance of CharacteristicsSetProductHistogramType.



22460
22461
22462
22463
# File 'lib/eBay.rb', line 22460

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

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



22454
22455
22456
# File 'lib/eBay.rb', line 22454

def __xmlele_any
  @__xmlele_any
end

#histogramEntryObject

Returns the value of attribute histogramEntry.



22453
22454
22455
# File 'lib/eBay.rb', line 22453

def histogramEntry
  @histogramEntry
end

Instance Method Details

#set_any(elements) ⇒ Object



22456
22457
22458
# File 'lib/eBay.rb', line 22456

def set_any(elements)
  @__xmlele_any = elements
end