Class: Exlibris::Aleph::Item::OpacNote
- Inherits:
-
Object
- Object
- Exlibris::Aleph::Item::OpacNote
- Defined in:
- lib/exlibris/aleph/item/opac_note.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(value) ⇒ OpacNote
constructor
A new instance of OpacNote.
- #to_s ⇒ Object
Constructor Details
#initialize(value) ⇒ OpacNote
Returns a new instance of OpacNote.
7 8 9 |
# File 'lib/exlibris/aleph/item/opac_note.rb', line 7 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value.
5 6 7 |
# File 'lib/exlibris/aleph/item/opac_note.rb', line 5 def value @value end |
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'lib/exlibris/aleph/item/opac_note.rb', line 11 def to_s value end |