Class: MilkTea::AST::VariantArm
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::VariantArm
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
readonly
Returns the value of attribute fields.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Attribute Details
#fields ⇒ Object (readonly)
Returns the value of attribute fields
139 140 141 |
# File 'lib/milk_tea/core/ast.rb', line 139 def fields @fields end |
#name ⇒ Object (readonly)
Returns the value of attribute name
139 140 141 |
# File 'lib/milk_tea/core/ast.rb', line 139 def name @name end |