class Arango::Edge

Defined in:

arango/edge.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Arango::Client, database : String, graph : String, definition : String) #

[View source]

Instance Method Detail

def client : Arango::Client #

[View source]
def create(body : Hash | Array) #

[View source]
def database : String #

[View source]
def definition : String #

[View source]
def delete(key : String) #

[View source]
def graph : String #

[View source]
def replace(key : String, body : Hash | Array) #

[View source]
def update(key : String, body : Hash | Array) #

[View source]