Class: Vangrail::Colang::Var
- Inherits:
-
Struct
- Object
- Struct
- Vangrail::Colang::Var
- Defined in:
- lib/vangrail/colang/ast.rb
Overview
Values
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
74 75 76 |
# File 'lib/vangrail/colang/ast.rb', line 74 def name @name end |