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



14
15
16
# File 'lib/neo4j/node.rb', line 14

def neo4j_obj
  self
end

#wrapperObject

Used by Neo4j::NodeMixin to wrap nodes



10
11
12
# File 'lib/neo4j/node.rb', line 10

def wrapper
  self
end