Class: Huebot::Program::AST::Node

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

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children



17
18
19
# File 'lib/huebot/program.rb', line 17

def children
  @children
end

#errorsObject

Returns the value of attribute errors



17
18
19
# File 'lib/huebot/program.rb', line 17

def errors
  @errors
end

#instructionObject

Returns the value of attribute instruction



17
18
19
# File 'lib/huebot/program.rb', line 17

def instruction
  @instruction
end

#warningsObject

Returns the value of attribute warnings



17
18
19
# File 'lib/huebot/program.rb', line 17

def warnings
  @warnings
end