Sha256: fca5d50046dd6760ca52f3c3a1d7e10010fcafa207d8fb879cd0410e456a61f8
Contents?: true
Size: 372 Bytes
Versions: 3
Compression:
Stored size: 372 Bytes
Contents
module Exlibris module Aleph module API module Reader class Patron < Base def admin_library_code @admin_library_code ||= patron['translate_change_active_library'] unless patron.nil? end private def patron @patron ||= root['patron'] end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
exlibris-aleph-2.0.4 | lib/exlibris/aleph/api/reader/patron.rb |
exlibris-aleph-2.0.3 | lib/exlibris/aleph/api/reader/patron.rb |
exlibris-aleph-2.0.0 | lib/exlibris/aleph/api/reader/patron.rb |