Class: Bin

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

Instance Attribute Summary collapse

Instance Attribute Details

#countObject

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



3
4
5
# File 'lib/histogram/bin.rb', line 3

def count
  @count
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



3
4
5
# File 'lib/histogram/bin.rb', line 3

def range
  @range
end