lib/exlibris/primo/toc.rb in exlibris-primo-0.0.4 vs lib/exlibris/primo/toc.rb in exlibris-primo-0.1.0
- old
+ new
@@ -1,6 +1,7 @@
module Exlibris
module Primo
+ # == Overview
# Class for handling Primo TOCs from links/linktotoc
class Toc
@base_attributes = [ :record_id, :linktotoc, :url, :display, :notes ]
class << self; attr_reader :base_attributes end
def initialize(options={})
\ No newline at end of file