Class: L43Rmap::Ast::IndexedField
Instance Method Summary collapse
-
#initialize(value) ⇒ IndexedField
constructor
A new instance of IndexedField.
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 |