class Exlibris::Aleph::API::Client::Patron

Attributes

id[R]

Public Class Methods

new(id) click to toggle source
# File lib/exlibris/aleph/api/client/patron.rb, line 8
def initialize(id)
  @id = id
end

Protected Instance Methods

path() click to toggle source
# File lib/exlibris/aleph/api/client/patron.rb, line 13
def path
  @path ||= "#{super}/patron/#{id}"
end