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