lib/neo4j/active_rel/property.rb in neo4j-3.0.4 vs lib/neo4j/active_rel/property.rb in neo4j-4.0.0.rc.1
- old
+ new
@@ -40,19 +40,9 @@
end
alias_method :start_class, :from_class
alias_method :end_class, :to_class
- # @param type [String] sets the relationship type when creating relationships via this class
- def type(type = nil)
- @rel_type = type
- end
-
- # @return [String] a string representing the relationship type that will be created
- def _type
- @rel_type
- end
-
def load_entity(id)
Neo4j::Node.load(id)
end
end
\ No newline at end of file