Class: Exlibris::Aleph::Holdings
- Inherits:
-
Object
- Object
- Exlibris::Aleph::Holdings
- Extended by:
- Forwardable
- Includes:
- Enumerable
- Defined in:
- lib/exlibris/aleph/holdings.rb
Instance Attribute Summary collapse
-
#record_id ⇒ Object
readonly
Returns the value of attribute record_id.
Instance Method Summary collapse
-
#initialize(record_id) ⇒ Holdings
constructor
A new instance of Holdings.
- #to_a ⇒ Object
Constructor Details
#initialize(record_id) ⇒ Holdings
Returns a new instance of Holdings.
12 13 14 |
# File 'lib/exlibris/aleph/holdings.rb', line 12 def initialize(record_id) @record_id = record_id end |
Instance Attribute Details
#record_id ⇒ Object (readonly)
Returns the value of attribute record_id.
10 11 12 |
# File 'lib/exlibris/aleph/holdings.rb', line 10 def record_id @record_id end |