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