struct Neo4j::Node

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 = 0_i64, labels : Array(String) = [] of ::String, properties : Hash(String, Neo4j::Value) = Map.new) #

[View source]

Class Method Detail

def self.from_bolt(io) #

[View source]

Instance Method Detail

def id : Int64 #

[View source]
def labels : Array(String) #

[View source]
def properties : Map #

[View source]