module Qa::Authorities::Crossref

Public Class Methods

subauthorities() click to toggle source
# File lib/qa/authorities/crossref.rb, line 12
def self.subauthorities
  ['funders', 'journals']
end
subauthority_for(subauthority) click to toggle source
# File lib/qa/authorities/crossref.rb, line 7
def self.subauthority_for(subauthority)
  validate_subauthority!(subauthority)
  GenericAuthority.new(subauthority)
end