class RelatonGb::HitCollection
Page of hit collection
Public Class Methods
new(hits = [])
click to toggle source
@param hits [Array<Hash>] @param hit_pages [Integer] @param scrapper [RelatonGb::GbScrapper, RelatonGb::SecScrapper
,
RelatonGb::TScrapper]
# File lib/relaton_gb/hit_collection.rb, line 10 def initialize(hits = []) @array = hits @fetched = false end