Method: Qa::LinkedData::AuthorityService.authority_config

Defined in:
app/services/qa/linked_data/authority_service.rb

.authority_config(authname) ⇒ Hash

Get the configuration for an authority

Parameters:

  • name (String)

    of the authority

Returns:

  • (Hash)

    configuration for the specified authority



35
36
37
# File 'app/services/qa/linked_data/authority_service.rb', line 35

def self.authority_config(authname)
  authority_configs[authname]
end