Class: Huebot::Program::AST::Node
- Inherits:
-
Struct
- Object
- Struct
- Huebot::Program::AST::Node
- Defined in:
- lib/huebot/program.rb
Instance Attribute Summary collapse
-
#children ⇒ Object
Returns the value of attribute children.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#instruction ⇒ Object
Returns the value of attribute instruction.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#children ⇒ Object
Returns the value of attribute children
17 18 19 |
# File 'lib/huebot/program.rb', line 17 def children @children end |
#errors ⇒ Object
Returns the value of attribute errors
17 18 19 |
# File 'lib/huebot/program.rb', line 17 def errors @errors end |
#instruction ⇒ Object
Returns the value of attribute instruction
17 18 19 |
# File 'lib/huebot/program.rb', line 17 def instruction @instruction end |
#warnings ⇒ Object
Returns the value of attribute warnings
17 18 19 |
# File 'lib/huebot/program.rb', line 17 def warnings @warnings end |