Class: Neo4j::ActiveNode::Scope::ScopeEvalContext
- Inherits:
-
Object
- Object
- Neo4j::ActiveNode::Scope::ScopeEvalContext
- Defined in:
- lib/neo4j/active_node/scope.rb
Instance Method Summary collapse
-
#initialize(target, query_proxy) ⇒ ScopeEvalContext
constructor
A new instance of ScopeEvalContext.
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 |