class Neo4j::Cypher::StartRel
Can be created from a rel
dsl method.
Public Class Methods
new(clause_list, rels)
click to toggle source
Calls superclass method
Neo4j::Cypher::Start::new
# File lib/neo4j-cypher/start.rb 43 def initialize(clause_list, rels) 44 super(clause_list, entity_list('relationship', rels)) 45 end