Class: Neography::Rest::Clean

Inherits:
Object
  • Object
show all
Extended by:
Paths
Includes:
Helpers
Defined in:
lib/neography/rest/clean.rb

Instance Method Summary collapse

Methods included from Paths

add_path, build_path, encode

Methods included from Helpers

#get_id, #json_content_type, #parse_direction

Constructor Details

#initialize(connection) ⇒ Clean

Returns a new instance of Clean.



9
10
11
# File 'lib/neography/rest/clean.rb', line 9

def initialize(connection)
  @connection = connection
end

Instance Method Details

#executeObject



13
14
15
# File 'lib/neography/rest/clean.rb', line 13

def execute
  @connection.delete(clean_path)
end