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