struct Neo4j::UnboundRelationship

Defined in:

neo4j/type.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

to_bolt_params : Neo4j::Value to_bolt_params

Constructor Detail

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

[View source]

Instance Method Detail

def id : Int64 #

[View source]
def properties : Map #

[View source]
def type : String #

[View source]