Class: FAM::Syntax::AST::IdentNode
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ IdentNode
constructor
A new instance of IdentNode.
Constructor Details
#initialize(name) ⇒ IdentNode
Returns a new instance of IdentNode.
116 117 118 |
# File 'lib/fam/syntax/ast.rb', line 116 def initialize name @name = name.name end |
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
115 116 117 |
# File 'lib/fam/syntax/ast.rb', line 115 def name @name end |