class Neo4j::Cypher::StartNode
Can be created from a node
dsl method.
Public Class Methods
new(clause_list, nodes)
click to toggle source
Calls superclass method
Neo4j::Cypher::Start::new
# File lib/neo4j-cypher/start.rb 35 def initialize(clause_list, nodes) 36 super(clause_list, entity_list('node', nodes)) 37 end