Module: Stickshift
- Defined in:
- lib/stickshift.rb,
lib/stickshift/version.rb
Defined Under Namespace
Classes: Timer
Constant Summary collapse
- VERSION =
"1.0.0"
Class Attribute Summary collapse
-
.enabled ⇒ Object
(also: enabled?)
Returns the value of attribute enabled.
-
.output ⇒ Object
Returns the value of attribute output.
-
.top_level_trigger ⇒ Object
Returns the value of attribute top_level_trigger.
Class Attribute Details
.enabled ⇒ Object Also known as: enabled?
Returns the value of attribute enabled.
3 4 5 |
# File 'lib/stickshift.rb', line 3 def enabled @enabled end |
.output ⇒ Object
Returns the value of attribute output.
3 4 5 |
# File 'lib/stickshift.rb', line 3 def output @output end |
.top_level_trigger ⇒ Object
Returns the value of attribute top_level_trigger.
3 4 5 |
# File 'lib/stickshift.rb', line 3 def top_level_trigger @top_level_trigger end |