class Arango::EdgeDefinition

Defined in:

arango/edge_definition.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def all(id : String) #

[View source]
def client : Arango::Client #

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

[View source]
def database : String #

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

[View source]
def graph : String #

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

[View source]