Class: LIT::Parser::AST::Type::AnonymousStruct

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

Overview

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



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

def fields
  @fields
end