Class: Huebot::Program::ParallelTransition
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::ParallelTransition
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#wait ⇒ Object
Returns the value of attribute wait.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
4 5 6 |
# File 'lib/huebot/program.rb', line 4 def children @children end |
#wait ⇒ Object
Returns the value of attribute wait
4 5 6 |
# File 'lib/huebot/program.rb', line 4 def wait @wait end |