Class: L43Rmap::Ast::IndexedField

Inherits:
Node
  • Object
show all
Defined in:
lib/l43_rmap/ast.rb

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ IndexedField

Returns a new instance of IndexedField.



17
18
19
# File 'lib/l43_rmap/ast.rb', line 17

def initialize(value)
  super(value:, type: :indexed_field)
end