Method: Neo4j::Wrapper::RelationshipMixin::Delegates#_end_node
- Defined in:
- lib/neo4j-wrapper/relationship_mixin/delegates.rb
#_end_node(*args, &block) ⇒ Object
Delegates to Neo4j::Core::Relationship#_end_node using the _java_entity instance with the supplied parameters. Delegates to Neo4j::Core::Relationship#_end_node using the _java_entity instance with the supplied parameters.
48 |
# File 'lib/neo4j-wrapper/relationship_mixin/delegates.rb', line 48 delegate :_end_node, 'Relationship' |