Method: Cinch::Timer#shots

Defined in:
lib/cinch/timer.rb

#shotsInteger

Returns The remaining number of shots before this timer will stop. This value will automatically reset after restarting the timer.

Returns:

  • The remaining number of shots before this timer will stop. This value will automatically reset after restarting the timer.

Since:

  • 2.0.0



45
46
47
# File 'lib/cinch/timer.rb', line 45

def shots
  @shots
end