Class: LIT::Parser::AST::Type::AnonymousEnum

Inherits:
Struct
  • Object
show all
Defined in:
lib/lit/parser/ast.rb

Overview

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#variantsObject

Returns the value of attribute variants

Returns:

  • (Object)

    the current value of variants



25
26
27
# File 'lib/lit/parser/ast.rb', line 25

def variants
  @variants
end