Method: Cinch::Timer#interval

Defined in:
lib/cinch/timer.rb

#intervalNumeric

Returns The interval (in seconds) of the timer.

Returns:

  • (Numeric)

    The interval (in seconds) of the timer

Since:

  • 2.0.0



28
29
30
# File 'lib/cinch/timer.rb', line 28

def interval
  @interval
end