Class: Exlibris::Aleph::API::Client::Patron::Address
- 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
-
#patron_id ⇒ Object
readonly
Returns the value of attribute patron_id.
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(patron_id) ⇒ Address
constructor
A new instance of Address.
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_id ⇒ Object (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 |