push
circleci
0 of 33 new or added lines in 1 file covered. (0.0%)
9374 existing lines in 213 files now uncovered.47 of 9753 relevant lines covered (0.48%)
0.01 hits per line
| 1 |
# frozen_string_literal: true
|
|
|
UNCOV
2
|
module Requests |
× |
| 3 |
# FullPatron pulls all available data from both Alma and LDAP via Bibdata
|
|
|
UNCOV
4
|
class FullPatron |
× |
|
UNCOV
5
|
attr_reader :patron_hash
|
× |
|
UNCOV
6
|
def initialize(user: nil) |
× |
|
UNCOV
7
|
@patron_hash = ::Bibdata.get_patron(user, ldap: true) |
× |
|
UNCOV
8
|
end
|
× |
|
UNCOV
9
|
end
|
× |
|
UNCOV
10
|
end
|
× |