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