Class: Vangrail::Colang::Var

Inherits:
Struct
  • Object
show all
Defined in:
lib/vangrail/colang/ast.rb

Overview

Conditions

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/vangrail/colang/ast.rb', line 48

def name
  @name
end