Class: Cinch::Plugin::ClassMethods::Timer Private
- Inherits:
-
Struct
- Object
- Struct
- Cinch::Plugin::ClassMethods::Timer
- 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
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#method ⇒ Object
Returns the value of attribute method.
-
#registered ⇒ Object
Returns the value of attribute registered.
-
#threaded ⇒ Object
Returns the value of attribute threaded.
Instance Attribute Details
#interval ⇒ Object
Returns the value of attribute interval
11 12 13 |
# File 'lib/cinch/plugin.rb', line 11 def interval @interval end |
#method ⇒ Object
Returns the value of attribute method
11 12 13 |
# File 'lib/cinch/plugin.rb', line 11 def method @method end |
#registered ⇒ Object
Returns the value of attribute registered
11 12 13 |
# File 'lib/cinch/plugin.rb', line 11 def registered @registered end |
#threaded ⇒ Object
Returns the value of attribute threaded
11 12 13 |
# File 'lib/cinch/plugin.rb', line 11 def threaded @threaded end |