Class: Huebot::Program::AST::Pause
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::Pause
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#post ⇒ Object
Returns the value of attribute post.
-
#pre ⇒ Object
Returns the value of attribute pre.
Instance Attribute Details
#post ⇒ Object
Returns the value of attribute post
28 29 30 |
# File 'lib/huebot/program.rb', line 28 def post @post end |
#pre ⇒ Object
Returns the value of attribute pre
28 29 30 |
# File 'lib/huebot/program.rb', line 28 def pre @pre end |