Class: Exlibris::Aleph::Record
- Inherits:
-
Object
- Object
- Exlibris::Aleph::Record
- Defined in:
- lib/exlibris/aleph/record.rb,
lib/exlibris/aleph/record/metadata.rb
Defined Under Namespace
Classes: Metadata
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
Instance Method Summary collapse
- #holdings ⇒ Object
-
#initialize(id) ⇒ Record
constructor
A new instance of Record.
- #items ⇒ Object
- #metadata ⇒ Object
Constructor Details
#initialize(id) ⇒ Record
Returns a new instance of Record.
7 8 9 |
# File 'lib/exlibris/aleph/record.rb', line 7 def initialize(id) @id = id end |
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id.
5 6 7 |
# File 'lib/exlibris/aleph/record.rb', line 5 def id @id end |