Sha256: 90985b237848cfb0080c6f9bd92d355aef35510c1b6ec6a8301227d7ce214d63

Contents?: true

Size: 381 Bytes

Versions: 34

Compression:

Stored size: 381 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

34 entries across 34 versions & 2 rubygems

Version Path
relaton-gb-1.20.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.19.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.18.4 lib/relaton_gb/hit_collection.rb
relaton-gb-1.18.3 lib/relaton_gb/hit_collection.rb
relaton-gb-1.18.2 lib/relaton_gb/hit_collection.rb
relaton-gb-1.18.1 lib/relaton_gb/hit_collection.rb
relaton-gb-1.18.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.17.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.16.3 lib/relaton_gb/hit_collection.rb
relaton-gb-1.16.2 lib/relaton_gb/hit_collection.rb
relaton-gb-1.16.1 lib/relaton_gb/hit_collection.rb
relaton-gb-1.16.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.14.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.13.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.12.1 lib/relaton_gb/hit_collection.rb
relaton-gb-1.12.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.11.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.10.1 lib/relaton_gb/hit_collection.rb
relaton-gb-1.10.0 lib/relaton_gb/hit_collection.rb
relaton-gb-1.9.0 lib/relaton_gb/hit_collection.rb