Class: EBay::CharacteristicsSetProductHistogramType
- Inherits:
-
Object
- Object
- EBay::CharacteristicsSetProductHistogramType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsCharacteristicsSetProductHistogramType
histogramEntry - EBay::HistogramEntryType
Instance Attribute Summary collapse
-
#__xmlele_any ⇒ Object
readonly
Returns the value of attribute __xmlele_any.
-
#histogramEntry ⇒ Object
Returns the value of attribute histogramEntry.
Instance Method Summary collapse
-
#initialize(histogramEntry = []) ⇒ CharacteristicsSetProductHistogramType
constructor
A new instance of CharacteristicsSetProductHistogramType.
- #set_any(elements) ⇒ Object
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_any ⇒ Object (readonly)
Returns the value of attribute __xmlele_any.
22454 22455 22456 |
# File 'lib/eBay.rb', line 22454 def __xmlele_any @__xmlele_any end |
#histogramEntry ⇒ Object
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 |