Class: FAM::Syntax::AST::HaltNode
Instance Attribute Summary collapse
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status) ⇒ HaltNode
constructor
A new instance of HaltNode.
Methods inherited from Node
Constructor Details
#initialize(status) ⇒ HaltNode
Returns a new instance of HaltNode.
40 41 42 |
# File 'lib/fam/syntax/ast.rb', line 40 def initialize status @status = status end |
Instance Attribute Details
#status ⇒ Object
Returns the value of attribute status.
39 40 41 |
# File 'lib/fam/syntax/ast.rb', line 39 def status @status end |