struct Neo4j::Node
- Neo4j::Node
- Struct
- Value
- Object
Defined in:
neo4j/type.crConstructors
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)
#