Class: Daytona::BoxAndWhiskerData
- Inherits:
-
Struct
- Object
- Struct
- Daytona::BoxAndWhiskerData
- Defined in:
- lib/daytona/common/charts.rb
Instance Attribute Summary collapse
-
#first_quartile ⇒ Object
Returns the value of attribute first_quartile.
-
#label ⇒ Object
Returns the value of attribute label.
-
#max ⇒ Object
Returns the value of attribute max.
-
#median ⇒ Object
Returns the value of attribute median.
-
#min ⇒ Object
Returns the value of attribute min.
-
#outliers ⇒ Object
Returns the value of attribute outliers.
-
#third_quartile ⇒ Object
Returns the value of attribute third_quartile.
Instance Attribute Details
#first_quartile ⇒ Object
Returns the value of attribute first_quartile
19 20 21 |
# File 'lib/daytona/common/charts.rb', line 19 def first_quartile @first_quartile end |
#label ⇒ Object
Returns the value of attribute label
19 20 21 |
# File 'lib/daytona/common/charts.rb', line 19 def label @label end |
#max ⇒ Object
Returns the value of attribute max
19 20 21 |
# File 'lib/daytona/common/charts.rb', line 19 def max @max end |
#median ⇒ Object
Returns the value of attribute median
19 20 21 |
# File 'lib/daytona/common/charts.rb', line 19 def median @median end |
#min ⇒ Object
Returns the value of attribute min
19 20 21 |
# File 'lib/daytona/common/charts.rb', line 19 def min @min end |
#outliers ⇒ Object
Returns the value of attribute outliers
19 20 21 |
# File 'lib/daytona/common/charts.rb', line 19 def outliers @outliers end |
#third_quartile ⇒ Object
Returns the value of attribute third_quartile
19 20 21 |
# File 'lib/daytona/common/charts.rb', line 19 def third_quartile @third_quartile end |