struct Neo4j::Path

Included Modules

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(nodes : Array(Neo4j::Node), relationships : Array(Neo4j::UnboundRelationship), sequence : Array(Int8)) #

[View source]

Instance Method Detail

def each(&) #
Description copied from module Enumerable({Neo4j::Node, Neo4j::UnboundRelationship, Neo4j::Node})

Must yield this collection's elements to the block.


[View source]
def nodes : Array(Node) #

[View source]
def relationships : Array(UnboundRelationship) #

[View source]
def sequence : Array(Int8) #

[View source]