Sha256: a9ed262b282c10249a8eafe53ff8bf79aaeeee6970a1ff4833b210851ed97208
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true class Evergreen module Mixins # Convenience methods to search for data # and initialize objects based on the results module RetrievalMethods def get_bib_record(id) Evergreen::BibRecord.new(id: id, configuration: configuration, idl: idl) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
evergreen-ils-0.2.0 | lib/evergreen/mixins/retrieval_methods.rb |