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