Class: Bin
- Inherits:
-
Struct
- Object
- Struct
- Bin
- Defined in:
- lib/histogram/bin.rb
Instance Attribute Summary collapse
-
#count ⇒ Object
Returns the value of attribute count.
-
#range ⇒ Object
Returns the value of attribute range.
Instance Attribute Details
#count ⇒ Object
Returns the value of attribute count
3 4 5 |
# File 'lib/histogram/bin.rb', line 3 def count @count end |
#range ⇒ Object
Returns the value of attribute range
3 4 5 |
# File 'lib/histogram/bin.rb', line 3 def range @range end |