Class: Huebot::Program::AST::TimerLoop
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::TimerLoop
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#hours ⇒ Object
Returns the value of attribute hours.
-
#minutes ⇒ Object
Returns the value of attribute minutes.
-
#pause ⇒ Object
Returns the value of attribute pause.
Instance Attribute Details
#hours ⇒ Object
Returns the value of attribute hours
25 26 27 |
# File 'lib/huebot/program.rb', line 25 def hours @hours end |
#minutes ⇒ Object
Returns the value of attribute minutes
25 26 27 |
# File 'lib/huebot/program.rb', line 25 def minutes @minutes end |
#pause ⇒ Object
Returns the value of attribute pause
25 26 27 |
# File 'lib/huebot/program.rb', line 25 def pause @pause end |