Class: Huebot::Program::AST::Transition
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::Transition
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#devices ⇒ Object
Returns the value of attribute devices.
-
#pause ⇒ Object
Returns the value of attribute pause.
-
#state ⇒ Object
Returns the value of attribute state.
-
#wait ⇒ Object
Returns the value of attribute wait.
Instance Attribute Details
#devices ⇒ Object
Returns the value of attribute devices
19 20 21 |
# File 'lib/huebot/program.rb', line 19 def devices @devices end |
#pause ⇒ Object
Returns the value of attribute pause
19 20 21 |
# File 'lib/huebot/program.rb', line 19 def pause @pause end |
#state ⇒ Object
Returns the value of attribute state
19 20 21 |
# File 'lib/huebot/program.rb', line 19 def state @state end |
#wait ⇒ Object
Returns the value of attribute wait
19 20 21 |
# File 'lib/huebot/program.rb', line 19 def wait @wait end |