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

Version Path
relaton-gb-1.1.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.0.2 lib/relaton_gb/hit_collection.rb
relaton-gb-1.0.1 lib/relaton_gb/hit_collection.rb
relaton-gb-1.0.0 lib/relaton_gb/hit_collection.rb
relaton-gb-0.12.0 lib/relaton_gb/hit_collection.rb
relaton-gb-0.11.1 lib/relaton_gb/hit_collection.rb
relaton-gb-0.11.0 lib/relaton_gb/hit_collection.rb