Sha256: 63eaaf2993d7af4de718ae56b5c423503fcc3a5543640468bf716f83b4023268
Contents?: true
Size: 375 Bytes
Versions: 7
Compression:
Stored size: 375 Bytes
Contents
# frozen_string_literal: true module RelatonGb # Page of hit collection class HitCollection < RelatonBib::HitCollection # @param hits [Array<Hash>] # @param hit_pages [Integer] # @param scrapper [RelatonGb::GbScrapper, RelatonGb::SecScrapper, RelatonGb::TScrapper] def initialize(hits = []) @array = hits @fetched = false end end end
Version data entries
7 entries across 7 versions & 1 rubygems