Class: XcMetricsAggregator::ChartStructure

Inherits:
Structure
  • Object
show all
Defined in:
lib/xc_metrics_aggregator/structure/structure.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Structure

#format

Instance Attribute Details

#dscriptionObject

Returns the value of attribute dscription.



15
16
17
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15

def dscription
  @dscription
end

#samplesObject

Returns the value of attribute samples.



15
16
17
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15

def samples
  @samples
end

#seriesObject

Returns the value of attribute series.



15
16
17
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15

def series
  @series
end

#unitObject

Returns the value of attribute unit.



15
16
17
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15

def unit
  @unit
end