Module: Neo4j::Relationship::Wrapper

Included in:
Neo4j::Relationship
Defined in:
lib/neo4j/relationship.rb

Overview

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

Instance Method Summary collapse

Instance Method Details

#neo4j_objObject



20
21
22
# File 'lib/neo4j/relationship.rb', line 20

def neo4j_obj
  self
end

#wrapperObject

Used by Neo4j::NodeMixin to wrap nodes



16
17
18
# File 'lib/neo4j/relationship.rb', line 16

def wrapper
  self
end