class Slnky::Service::Periodic

Attributes

method[R]
seconds[R]

Public Class Methods

new(seconds, method) click to toggle source
# File lib/slnky/service/timer.rb, line 39
def initialize(seconds, method)
  @seconds = seconds
  @method = method
end