Class: Daytona::BoxAndWhiskerData

Inherits:
Struct
  • Object
show all
Defined in:
lib/daytona/common/charts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_quartileObject

Returns the value of attribute first_quartile

Returns:

  • (Object)

    the current value of first_quartile



19
20
21
# File 'lib/daytona/common/charts.rb', line 19

def first_quartile
  @first_quartile
end

#labelObject

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



19
20
21
# File 'lib/daytona/common/charts.rb', line 19

def label
  @label
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



19
20
21
# File 'lib/daytona/common/charts.rb', line 19

def max
  @max
end

#medianObject

Returns the value of attribute median

Returns:

  • (Object)

    the current value of median



19
20
21
# File 'lib/daytona/common/charts.rb', line 19

def median
  @median
end

#minObject

Returns the value of attribute min

Returns:

  • (Object)

    the current value of min



19
20
21
# File 'lib/daytona/common/charts.rb', line 19

def min
  @min
end

#outliersObject

Returns the value of attribute outliers

Returns:

  • (Object)

    the current value of outliers



19
20
21
# File 'lib/daytona/common/charts.rb', line 19

def outliers
  @outliers
end

#third_quartileObject

Returns the value of attribute third_quartile

Returns:

  • (Object)

    the current value of third_quartile



19
20
21
# File 'lib/daytona/common/charts.rb', line 19

def third_quartile
  @third_quartile
end