Class: LIT::Parser::AST::Type::Primitive::Map

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

Overview

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Attribute Details

#key_typeObject

Returns the value of attribute key_type

Returns:

  • (Object)

    the current value of key_type



35
36
37
# File 'lib/lit/parser/ast.rb', line 35

def key_type
  @key_type
end

#value_typeObject

Returns the value of attribute value_type

Returns:

  • (Object)

    the current value of value_type



35
36
37
# File 'lib/lit/parser/ast.rb', line 35

def value_type
  @value_type
end