struct Neo4j::Relationship

Defined in:

neo4j/type.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

def self.new(id : Int64, start : Int64, end __arg0 : Int64, type : String, properties : Hash(String, Neo4j::Value)) #

[View source]

Class Method Detail

def self.from_bolt(io) #

[View source]

Instance Method Detail

def end : Int64 #

[View source]
def id : Int64 #

[View source]
def properties : Map #

[View source]
def start : Int64 #

[View source]
def type : String #

[View source]