Module: Neo4j::Shared::Initialize
- Extended by:
- ActiveSupport::Concern
- Included in:
- ActiveNode::Initialize, ActiveRel::Initialize
- Defined in:
- lib/neo4j/shared/initialize.rb
Instance Method Summary collapse
-
#wrapper ⇒ Object
Implements the Neo4j::Node#wrapper and Neo4j::Relationship#wrapper method so that we don’t have to care if the node is wrapped or not.
Instance Method Details
#wrapper ⇒ Object
Implements the Neo4j::Node#wrapper and Neo4j::Relationship#wrapper method so that we don’t have to care if the node is wrapped or not.
8 9 10 |
# File 'lib/neo4j/shared/initialize.rb', line 8 def wrapper self end |