Sha256: ba5d71054f8b2d77f20e813b1048257142e97207f588066482c011c7804c5240
Contents?: true
Size: 251 Bytes
Versions: 17
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true module RelatonItu # Hit. class Hit < RelatonBib::Hit # Parse page. # @return [RelatonItu::ItuBibliographicItem] def fetch @fetch ||= Scrapper.parse_page hit, hit_collection.gi_imp end end end
Version data entries
17 entries across 17 versions & 2 rubygems