class Alma::BibSet

Public Instance Methods

key() click to toggle source
# File lib/alma/bib_set.rb, line 5
def key
  "bib"
end
single_record_class() click to toggle source
# File lib/alma/bib_set.rb, line 9
def single_record_class
  Alma::Bib
end
total_record_count() click to toggle source
# File lib/alma/bib_set.rb, line 13
def total_record_count
  size
end