Class: Exlibris::Aleph::API::Reader::Base
- Inherits:
-
Object
- Object
- Exlibris::Aleph::API::Reader::Base
- Defined in:
- lib/exlibris/aleph/api/reader/base.rb
Direct Known Subclasses
Patron, Patron::Address, Patron::Record, Patron::Record::Item, Patron::Record::Item::CreateHold, Patron::Record::Item::Hold, Patron::Status, Record, Record::Item
Instance Attribute Summary collapse
-
#root ⇒ Object
readonly
Returns the value of attribute root.
Instance Method Summary collapse
-
#initialize(root) ⇒ Base
constructor
A new instance of Base.
Constructor Details
Instance Attribute Details
#root ⇒ Object (readonly)
Returns the value of attribute root.
6 7 8 |
# File 'lib/exlibris/aleph/api/reader/base.rb', line 6 def root @root end |