class LolDba::RelationInspectorFactory

Constants

TYPES

Public Class Methods

for(type) click to toggle source
# File lib/lol_dba/index_finding/relation_inspector_factory.rb, line 9
def self.for(type)
  TYPES[type]
end