Class: Keymaker::DeleteRelationshipRequest

Inherits:
Request
  • Object
show all
Defined in:
lib/keymaker/delete_relationship_request.rb

Overview

DELETE localhost:7474/db/data/relationship/85 Accept: application/json Content-Type: application/json

Instance Attribute Summary

Attributes inherited from Request

#config, #opts, #service

Instance Method Summary collapse

Methods inherited from Request

#initialize

Constructor Details

This class inherits a constructor from Keymaker::Request

Instance Method Details

#submitObject



11
12
13
# File 'lib/keymaker/delete_relationship_request.rb', line 11

def submit
  service.delete(relationship_path(opts[:relationship_id]))
end