class Neography::Relationship
Monkey patch so it works better with neo4-cypher gem and becomes more similar to neo4j-core
Public Instance Methods
_java_rel()
click to toggle source
# File lib/neo4j-cypher/neography.rb 5 def _java_rel 6 self 7 end