Method: Keymaker::Service#execute_cypher_request

Defined in:
lib/keymaker/service.rb

#execute_cypher_request(opts) ⇒ Object



103
104
105
# File 'lib/keymaker/service.rb', line 103

def execute_cypher_request(opts)
  ExecuteCypherRequest.new(self, opts).submit
end