Class: MilkTea::AST::VariantArm

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

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject (readonly)

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



139
140
141
# File 'lib/milk_tea/core/ast.rb', line 139

def fields
  @fields
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



139
140
141
# File 'lib/milk_tea/core/ast.rb', line 139

def name
  @name
end