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