Module: Evergreen::Mixins::RetrievalMethods

Included in:
Connection
Defined in:
lib/evergreen/mixins/retrieval_methods.rb

Overview

Convenience methods to search for data and initialize objects based on the results

Instance Method Summary collapse

Instance Method Details

#get_bib_record(id) ⇒ Object



8
9
10
# File 'lib/evergreen/mixins/retrieval_methods.rb', line 8

def get_bib_record(id)
  Evergreen::BibRecord.new(id: id, configuration: configuration, idl: idl)
end