struct Neo4j::Path
- Neo4j::Path
- Struct
- Value
- Object
Included Modules
- Enumerable({Neo4j::Node, Neo4j::UnboundRelationship, Neo4j::Node})
Defined in:
neo4j/type.crConstructors
Instance Method Summary
-
#each(&)
Must yield this collection's elements to the block.
- #nodes : Array(Node)
- #relationships : Array(UnboundRelationship)
- #sequence : Array(Int8)
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))
#