Class: XcMetricsAggregator::ChartStructure
- Defined in:
- lib/xc_metrics_aggregator/structure/structure.rb
Instance Attribute Summary collapse
-
#dscription ⇒ Object
Returns the value of attribute dscription.
-
#samples ⇒ Object
Returns the value of attribute samples.
-
#series ⇒ Object
Returns the value of attribute series.
-
#unit ⇒ Object
Returns the value of attribute unit.
Method Summary
Methods inherited from Structure
Instance Attribute Details
#dscription ⇒ Object
Returns the value of attribute dscription.
15 16 17 |
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15 def dscription @dscription end |
#samples ⇒ Object
Returns the value of attribute samples.
15 16 17 |
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15 def samples @samples end |
#series ⇒ Object
Returns the value of attribute series.
15 16 17 |
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15 def series @series end |
#unit ⇒ Object
Returns the value of attribute unit.
15 16 17 |
# File 'lib/xc_metrics_aggregator/structure/structure.rb', line 15 def unit @unit end |