Class: PDF::Charts::StdDev::DataPoint
- Inherits:
-
Struct
- Object
- Struct
- PDF::Charts::StdDev::DataPoint
- Defined in:
- lib/pdf/charts/stddev.rb
Overview
A data element.
Instance Attribute Summary collapse
-
#average ⇒ Object
Returns the value of attribute average.
-
#label ⇒ Object
Returns the value of attribute label.
-
#stddev ⇒ Object
Returns the value of attribute stddev.
Instance Attribute Details
#average ⇒ Object
Returns the value of attribute average
25 26 27 |
# File 'lib/pdf/charts/stddev.rb', line 25 def average @average end |
#label ⇒ Object
Returns the value of attribute label
25 26 27 |
# File 'lib/pdf/charts/stddev.rb', line 25 def label @label end |
#stddev ⇒ Object
Returns the value of attribute stddev
25 26 27 |
# File 'lib/pdf/charts/stddev.rb', line 25 def stddev @stddev end |