Class: RubyLabs::RandomLab::Histogram
- Inherits:
-
Struct
- Object
- Struct
- RubyLabs::RandomLab::Histogram
- Defined in:
- lib/randomlab.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
Returns the value of attribute base.
-
#bins ⇒ Object
Returns the value of attribute bins.
-
#counts ⇒ Object
Returns the value of attribute counts.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#max ⇒ Object
Returns the value of attribute max.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Attribute Details
#base ⇒ Object
Returns the value of attribute base
18 19 20 |
# File 'lib/randomlab.rb', line 18 def base @base end |
#bins ⇒ Object
Returns the value of attribute bins
18 19 20 |
# File 'lib/randomlab.rb', line 18 def bins @bins end |
#counts ⇒ Object
Returns the value of attribute counts
18 19 20 |
# File 'lib/randomlab.rb', line 18 def counts @counts end |
#keys ⇒ Object
Returns the value of attribute keys
18 19 20 |
# File 'lib/randomlab.rb', line 18 def keys @keys end |
#max ⇒ Object
Returns the value of attribute max
18 19 20 |
# File 'lib/randomlab.rb', line 18 def max @max end |
#options ⇒ Object
Returns the value of attribute options
18 19 20 |
# File 'lib/randomlab.rb', line 18 def @options end |