Class: Huebot::Program::AST::CountedLoop
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::CountedLoop
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#n ⇒ Object
Returns the value of attribute n.
-
#pause ⇒ Object
Returns the value of attribute pause.
Instance Attribute Details
#n ⇒ Object
Returns the value of attribute n
24 25 26 |
# File 'lib/huebot/program.rb', line 24 def n @n end |
#pause ⇒ Object
Returns the value of attribute pause
24 25 26 |
# File 'lib/huebot/program.rb', line 24 def pause @pause end |