Class: Huebot::Program::Transition
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::Transition
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#devices ⇒ Object
Returns the value of attribute devices.
-
#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
3 4 5 |
# File 'lib/huebot/program.rb', line 3 def devices @devices end |
#state ⇒ Object
Returns the value of attribute state
3 4 5 |
# File 'lib/huebot/program.rb', line 3 def state @state end |
#wait ⇒ Object
Returns the value of attribute wait
3 4 5 |
# File 'lib/huebot/program.rb', line 3 def wait @wait end |