# File lib/qa/authorities/getty.rb, line 10 def self.subauthorities ["aat", "tgn", "ulan"] end
# File lib/qa/authorities/getty.rb, line 14 def self.subauthority_class(subauthority) case subauthority when 'aat' AAT when 'tgn' TGN when 'ulan' Ulan end end