Class: RelatonOgc::Hit

Inherits:
RelatonBib::Hit
  • Object
show all
Defined in:
lib/relaton_ogc/hit.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hit_collectionRelatonNist::HitCollection (readonly)

Returns:

  • (RelatonNist::HitCollection)


4
5
6
# File 'lib/relaton_ogc/hit.rb', line 4

def hit_collection
  @hit_collection
end

Instance Method Details

#fetchRelatonNist::NistBliographicItem

Parse page.

Returns:

  • (RelatonNist::NistBliographicItem)


8
9
10
# File 'lib/relaton_ogc/hit.rb', line 8

def fetch
  @fetch ||= Scrapper.parse_page @hit
end