Sha256: 524db5e28f0504de67c2216eedb9d2220711cfd2e0ec8b92c3bc7d43642ad2f3
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
module Exlibris module Aleph module API module Client class Patron class Status < Base attr_reader :patron_id def initialize(patron_id) @patron_id = patron_id end protected def path @path ||= "#{super}/patron/#{patron_id}/patronStatus/registration" end end end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems