struct Neo4j::UnboundRelationship

Defined in:

neo4j/type.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : Int32, type : String, properties : Hash(String, Neo4j::Type)) #

[View source]

Instance Method Detail

def id : Int32 #

[View source]
def properties : Hash(String, Neo4j::Type) #

[View source]
def type : String #

[View source]