Method: QaServer::FetchPresenter#authority

Defined in:
app/presenters/qa_server/fetch_presenter.rb

#authorityString (readonly)

Returns Name of authority that was searched.

Examples:

‘AGROVOC_LD4L_CACHE’


Returns:

  • (String)

    Name of authority that was searched



27
28
29
# File 'app/presenters/qa_server/fetch_presenter.rb', line 27

def authority
  @authority
end