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