Class: Exlibris::Aleph::API::Client::Patron::Address

Inherits:
Base
  • Object
show all
Defined in:
lib/exlibris/aleph/api/client/patron/address.rb

Constant Summary

Constants inherited from Base

Base::DEFAULT_REQUEST_METHOD, Base::VALID_VIEWS

Instance Attribute Summary collapse

Attributes inherited from Base

#query

Instance Method Summary collapse

Methods inherited from Base

#error?, #reply_code, #reply_text, #root, #to_h, #to_xml

Constructor Details

#initialize(patron_id) ⇒ Address

Returns a new instance of Address.



9
10
11
# File 'lib/exlibris/aleph/api/client/patron/address.rb', line 9

def initialize(patron_id)
  @patron_id = patron_id
end

Instance Attribute Details

#patron_idObject (readonly)

Returns the value of attribute patron_id.



7
8
9
# File 'lib/exlibris/aleph/api/client/patron/address.rb', line 7

def patron_id
  @patron_id
end