Class: Neo4j::ActiveNode::Scope::ScopeEvalContext

Inherits:
Object
  • Object
show all
Defined in:
lib/neo4j/active_node/scope.rb

Instance Method Summary collapse

Constructor Details

#initialize(target, query_proxy) ⇒ ScopeEvalContext

Returns a new instance of ScopeEvalContext.



98
99
100
101
# File 'lib/neo4j/active_node/scope.rb', line 98

def initialize(target, query_proxy)
  @query_proxy = query_proxy
  @target = target
end