Class: Relaton::Gb::HitCollection
- Inherits:
-
Core::HitCollection
- Object
- Core::HitCollection
- Relaton::Gb::HitCollection
- Defined in:
- lib/relaton/gb/hit_collection.rb
Overview
Page of hit collection
Instance Method Summary collapse
-
#initialize(hits = []) ⇒ HitCollection
constructor
A new instance of HitCollection.
Constructor Details
#initialize(hits = []) ⇒ HitCollection
Returns a new instance of HitCollection.
13 14 15 16 |
# File 'lib/relaton/gb/hit_collection.rb', line 13 def initialize(hits = []) @array = hits @fetched = false end |