Class: Cinch::Plugin::ClassMethods::Timer
- Inherits:
-
Struct
- Object
- Struct
- Cinch::Plugin::ClassMethods::Timer
- Defined in:
- lib/cinch/plugin.rb
Overview
Instance Attribute Summary (collapse)
-
- (Numeric) interval
The current value of interval.
-
- (Hash) options
The current value of options.
-
- (Boolean) registered
The current value of registered.
Instance Attribute Details
- (Numeric) interval
The current value of interval
103 104 105 |
# File 'lib/cinch/plugin.rb', line 103 def interval @interval end |
- (Hash) options
The current value of options
103 104 105 |
# File 'lib/cinch/plugin.rb', line 103 def @options end |
- (Boolean) registered
The current value of registered
103 104 105 |
# File 'lib/cinch/plugin.rb', line 103 def registered @registered end |