Class: NoSE::Backend::Backend::DeleteStatementStep

Inherits:
StatementStep show all
Defined in:
lib/nose/backend.rb

Overview

Delete data from an index on the backend

Instance Attribute Summary

Attributes inherited from StatementStep

#index

Instance Method Summary collapse

Methods included from Supertype

included

Constructor Details

#initialize(client, index) ⇒ DeleteStatementStep

Returns a new instance of DeleteStatementStep.



213
214
215
216
# File 'lib/nose/backend.rb', line 213

def initialize(client, index)
  @client = client
  @index = index
end