# File lib/qa/authorities/discogs.rb, line 24defself.subauthoritiesauthoritiesend
subauthority_for(subauthority)click to toggle source
Create an authority object for given subauthority
@param [String] subauthority to use @return [GenericAuthority]
# File lib/qa/authorities/discogs.rb, line 19defself.subauthority_for(subauthority)
validate_subauthority!(subauthority)
GenericAuthority.new(subauthority)
end