Class: Cinii::Item::Library

Inherits:
Base
  • Object
show all
Defined in:
lib/cinii/item/library.rb

Instance Attribute Summary

Attributes inherited from Base

#date, #id, #link, #see_also, #title, #type

Instance Method Summary collapse

Constructor Details

#initialize(item) ⇒ Library

Returns a new instance of Library.



6
7
8
# File 'lib/cinii/item/library.rb', line 6

def initialize(item)
  super(item)
end