class Arango::Edge
- Arango::Edge
- Reference
- Object
Defined in:
arango/edge.crConstructors
Instance Method Summary
- #client : Arango::Client
- #create(body : Hash | Array)
- #database : String
- #definition : String
- #delete(key : String)
- #graph : String
- #replace(key : String, body : Hash | Array)
- #update(key : String, body : Hash | Array)
Constructor Detail
def self.new(client : Arango::Client, database : String, graph : String, definition : String)
#