class NoSE::Backend::Backend::DeleteStatementStep

Delete data from an index on the backend

Public Class Methods

new(client, index) click to toggle source
# File lib/nose/backend.rb, line 213
def initialize(client, index)
  @client = client
  @index = index
end