Class: Huebot::Program::AST::Pause

Inherits:
Struct
  • Object
show all
Defined in:
lib/huebot/program.rb

Instance Attribute Summary collapse

Instance Attribute Details

#postObject

Returns the value of attribute post

Returns:

  • (Object)

    the current value of post



28
29
30
# File 'lib/huebot/program.rb', line 28

def post
  @post
end

#preObject

Returns the value of attribute pre

Returns:

  • (Object)

    the current value of pre



28
29
30
# File 'lib/huebot/program.rb', line 28

def pre
  @pre
end