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