Class: Motion::Meter::ThresholdMeter::Threshold

Inherits:
Struct
  • Object
show all
Defined in:
lib/motion/meter/threshold_meter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#colorObject

Returns the value of attribute color

Returns:

  • (Object)

    the current value of color



2
3
4
# File 'lib/motion/meter/threshold_meter.rb', line 2

def color
  @color
end

#finishObject

Returns the value of attribute finish

Returns:

  • (Object)

    the current value of finish



2
3
4
# File 'lib/motion/meter/threshold_meter.rb', line 2

def finish
  @finish
end

#startObject

Returns the value of attribute start

Returns:

  • (Object)

    the current value of start



2
3
4
# File 'lib/motion/meter/threshold_meter.rb', line 2

def start
  @start
end