Class: Cadet::DynamicRelationshipType

Inherits:
Object
  • Object
show all
Defined in:
lib/cadet/dynamic_relationshiptype.rb

Class Method Summary collapse

Class Method Details

.withName(name) ⇒ Object



5
6
7
# File 'lib/cadet/dynamic_relationshiptype.rb', line 5

def self.withName(name)
  @dynamic_relationship_types[name.to_sym] ||= org.neo4j.graphdb.DynamicRelationshipType.withName(name)
end