Class: MilkTea::AST::Argument

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



224
225
226
# File 'lib/milk_tea/core/ast.rb', line 224

def name
  @name
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



224
225
226
# File 'lib/milk_tea/core/ast.rb', line 224

def value
  @value
end