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