class Arango::Document

Defined in:

arango/document.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def client : Arango::Client #

[View source]
def collection : String #

[View source]
def create(body : Hash | Array, urlParams = "") #

[View source]
def database : String #

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

[View source]
def delete(ids : Array) #

[View source]
def get(id : String) #

[View source]
def head(id : String) #

[View source]
def update(body : Hash | Array, urlParams = "") #

[View source]