struct Neo4j::Node

Defined in:

neo4j/type.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, labels : Array(String), properties : Hash(String, Neo4j::ValueType)) #

[View source]

Instance Method Detail

def id : Int32 #

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

[View source]
def properties : Map #

[View source]