Sha256: 386f6f9f704a08b9b3849a1f662c737863938ef157fad1ab11cbffedf15fe447
Contents?: true
Size: 262 Bytes
Versions: 5
Compression:
Stored size: 262 Bytes
Contents
# Meant to be applied on top of SolrDocument to implement # methods required by the ruby-oai provider module BlacklightOaiProvider::SolrDocumentExtension def timestamp Time.parse get('timestamp') end def to_oai_dc export_as('oai_dc_xml') end end
Version data entries
5 entries across 5 versions & 1 rubygems