Class: RubyLabs::RandomLab::Histogram

Inherits:
Struct
  • Object
show all
Defined in:
lib/randomlab.rb

Instance Attribute Summary collapse

Instance Attribute Details

#baseObject

Returns the value of attribute base

Returns:

  • (Object)

    the current value of base



18
19
20
# File 'lib/randomlab.rb', line 18

def base
  @base
end

#binsObject

Returns the value of attribute bins

Returns:

  • (Object)

    the current value of bins



18
19
20
# File 'lib/randomlab.rb', line 18

def bins
  @bins
end

#countsObject

Returns the value of attribute counts

Returns:

  • (Object)

    the current value of counts



18
19
20
# File 'lib/randomlab.rb', line 18

def counts
  @counts
end

#keysObject

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



18
19
20
# File 'lib/randomlab.rb', line 18

def keys
  @keys
end

#maxObject

Returns the value of attribute max

Returns:

  • (Object)

    the current value of max



18
19
20
# File 'lib/randomlab.rb', line 18

def max
  @max
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



18
19
20
# File 'lib/randomlab.rb', line 18

def options
  @options
end