Class: Marc2LinkedData::Cap
- Inherits:
-
Object
- Object
- Marc2LinkedData::Cap
- Defined in:
- lib/marc2linkeddata/cap.rb
Instance Attribute Summary collapse
-
#db ⇒ Object
Returns the value of attribute db.
Instance Method Summary collapse
-
#initialize ⇒ Cap
constructor
A new instance of Cap.
Constructor Details
#initialize ⇒ Cap
Returns a new instance of Cap.
9 10 11 |
# File 'lib/marc2linkeddata/cap.rb', line 9 def initialize @db = Marc2LinkedData::CapDb.new end |
Instance Attribute Details
#db ⇒ Object
Returns the value of attribute db.
7 8 9 |
# File 'lib/marc2linkeddata/cap.rb', line 7 def db @db end |