Class: Motion::Meter::ThresholdMeter::Threshold
- Inherits:
-
Struct
- Object
- Struct
- Motion::Meter::ThresholdMeter::Threshold
- Defined in:
- lib/motion/meter/threshold_meter.rb
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#finish ⇒ Object
Returns the value of attribute finish.
-
#start ⇒ Object
Returns the value of attribute start.
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color
2 3 4 |
# File 'lib/motion/meter/threshold_meter.rb', line 2 def color @color end |
#finish ⇒ Object
Returns the value of attribute finish
2 3 4 |
# File 'lib/motion/meter/threshold_meter.rb', line 2 def finish @finish end |
#start ⇒ Object
Returns the value of attribute start
2 3 4 |
# File 'lib/motion/meter/threshold_meter.rb', line 2 def start @start end |