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
- #neo4j_obj ⇒ Object
-
#wrapper ⇒ Object
Used by Neo4j::NodeMixin to wrap nodes.
Instance Method Details
#neo4j_obj ⇒ Object
20 21 22 |
# File 'lib/neo4j/relationship.rb', line 20 def neo4j_obj self end |
#wrapper ⇒ Object
Used by Neo4j::NodeMixin to wrap nodes
16 17 18 |
# File 'lib/neo4j/relationship.rb', line 16 def wrapper self end |