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.
-
#sleep ⇒ Object
Returns the value of attribute sleep.
-
#state ⇒ Object
Returns the value of attribute state.
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 |
#sleep ⇒ Object
Returns the value of attribute sleep
19 20 21 |
# File 'lib/huebot/program.rb', line 19 def sleep @sleep end |
#state ⇒ Object
Returns the value of attribute state
19 20 21 |
# File 'lib/huebot/program.rb', line 19 def state @state end |