Class: Cinch::Plugin::ClassMethods::Timer Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/cinch/plugin.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Attribute Summary collapse

Instance Attribute Details

#intervalObject

Returns the value of attribute interval

Returns:

  • (Object)

    the current value of interval



11
12
13
# File 'lib/cinch/plugin.rb', line 11

def interval
  @interval
end

#methodObject

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



11
12
13
# File 'lib/cinch/plugin.rb', line 11

def method
  @method
end

#registeredObject

Returns the value of attribute registered

Returns:

  • (Object)

    the current value of registered



11
12
13
# File 'lib/cinch/plugin.rb', line 11

def registered
  @registered
end

#threadedObject

Returns the value of attribute threaded

Returns:

  • (Object)

    the current value of threaded



11
12
13
# File 'lib/cinch/plugin.rb', line 11

def threaded
  @threaded
end