Class: Cakewalk::Plugin::ClassMethods::Timer
- Inherits:
-
Struct
- Object
- Struct
- Cakewalk::Plugin::ClassMethods::Timer
- Defined in:
- lib/cakewalk/plugin.rb
Overview
Instance Attribute Summary collapse
-
#interval ⇒ Numeric
The current value of interval.
-
#options ⇒ Hash
The current value of options.
-
#registered ⇒ Boolean
The current value of registered.
Instance Attribute Details
#interval ⇒ Numeric
Returns the current value of interval.
110 111 112 |
# File 'lib/cakewalk/plugin.rb', line 110 def interval @interval end |
#options ⇒ Hash
Returns the current value of options.
110 111 112 |
# File 'lib/cakewalk/plugin.rb', line 110 def @options end |
#registered ⇒ Boolean
Returns the current value of registered.
110 111 112 |
# File 'lib/cakewalk/plugin.rb', line 110 def registered @registered end |