Class: RelatonGb::HitCollection
- Inherits:
-
RelatonBib::HitCollection
- Object
- RelatonBib::HitCollection
- RelatonGb::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.
10 11 12 13 |
# File 'lib/relaton_gb/hit_collection.rb', line 10 def initialize(hits = []) @array = hits @fetched = false end |