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