Sha256: 3ed01c00968c52c5795b1edaf9568f684158c8c756e7f972e16b867faea71250
Contents?: true
Size: 281 Bytes
Versions: 14
Compression:
Stored size: 281 Bytes
Contents
# frozen_string_literal: true module RelatonItu # Hit. class Hit < RelatonBib::Hit attr_writer :fetch # Parse page. # @return [RelatonItu::ItuBibliographicItem] def fetch @fetch ||= Scrapper.parse_page self, imp: hit_collection.gi_imp end end end
Version data entries
14 entries across 14 versions & 1 rubygems