Sha256: 43019d145217498928294888d9f4c967b65f69ef5de1e0f98618f209958c1521
Contents?: true
Size: 325 Bytes
Versions: 3
Compression:
Stored size: 325 Bytes
Contents
module Exlibris module Aleph module API module Client class Patron < Base attr_reader :id def initialize(id) @id = id end protected def path @path ||= "#{super}/patron/#{id}" 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/client/patron.rb |
exlibris-aleph-2.0.3 | lib/exlibris/aleph/api/client/patron.rb |
exlibris-aleph-2.0.0 | lib/exlibris/aleph/api/client/patron.rb |