Method: Neo4j::Core::Path#initialize
- Defined in:
- lib/neo4j/core/path.rb
#initialize(nodes, relationships, directions) ⇒ Path
Returns a new instance of Path.
8 9 10 11 12 |
# File 'lib/neo4j/core/path.rb', line 8 def initialize(nodes, relationships, directions) @nodes = nodes @relationships = relationships @directions = directions end |