Class: LIT::Parser::AST::Type::AnonymousEnum
- Inherits:
-
Struct
- Object
- Struct
- LIT::Parser::AST::Type::AnonymousEnum
- Defined in:
- lib/lit/parser/ast.rb
Overview
Instance Attribute Summary collapse
-
#variants ⇒ Object
Returns the value of attribute variants.
Instance Attribute Details
#variants ⇒ Object
Returns the value of attribute variants
25 26 27 |
# File 'lib/lit/parser/ast.rb', line 25 def variants @variants end |