Class: Alma::BibSet
Instance Attribute Summary
Attributes inherited from ResultSet
#response
Instance Method Summary
collapse
Methods inherited from ResultSet
#each, #initialize, #loggable
Methods included from Error
#error, #error_message, #has_error?
Instance Method Details
#key ⇒ Object
5
6
7
|
# File 'lib/alma/bib_set.rb', line 5
def key
"bib"
end
|
#single_record_class ⇒ Object
9
10
11
|
# File 'lib/alma/bib_set.rb', line 9
def single_record_class
Alma::Bib
end
|
#total_record_count ⇒ Object
13
14
15
|
# File 'lib/alma/bib_set.rb', line 13
def total_record_count
size
end
|