Module: Neo4j::Node::Wrapper

Included in:
Neo4j::Node
Defined in:
lib/neo4j/node.rb

Overview

A module that allows plugins to register wrappers around Neo4j::Node objects

Instance Method Summary collapse

Instance Method Details

#neo4j_objObject



12
13
14
# File 'lib/neo4j/node.rb', line 12

def neo4j_obj
  self
end

#wrapperObject

Used by Neo4j::NodeMixin to wrap nodes



8
9
10
# File 'lib/neo4j/node.rb', line 8

def wrapper
  self
end