Class: Huebot::Program::AST::ParallelControl
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::ParallelControl
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#loop ⇒ Object
Returns the value of attribute loop.
-
#pause ⇒ Object
Returns the value of attribute pause.
Instance Attribute Details
#loop ⇒ Object
Returns the value of attribute loop
21 22 23 |
# File 'lib/huebot/program.rb', line 21 def loop @loop end |
#pause ⇒ Object
Returns the value of attribute pause
21 22 23 |
# File 'lib/huebot/program.rb', line 21 def pause @pause end |