Class: LoadedDie::Sampler::Segment
- Inherits:
-
Struct
- Object
- Struct
- LoadedDie::Sampler::Segment
- Defined in:
- lib/loaded_die.rb
Overview
A class representing a segment of the number line with an associated individual.
Instance Attribute Summary collapse
-
#individual ⇒ Object
Returns the value of attribute individual.
-
#maximum ⇒ Object
Returns the value of attribute maximum.
Instance Attribute Details
#individual ⇒ Object
Returns the value of attribute individual
31 32 33 |
# File 'lib/loaded_die.rb', line 31 def individual @individual end |
#maximum ⇒ Object
Returns the value of attribute maximum
31 32 33 |
# File 'lib/loaded_die.rb', line 31 def maximum @maximum end |