ruprict/oriented

View on GitHub
example/knows.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'oriented'

class Knows
  include Oriented::Edge

  property :rel_type, default: 'friend'
end