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