Class: RelatonItu::Hit

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

Overview

Hit.

Instance Attribute Summary collapse

Instance Attribute Details

#fetchRelatonItu::ItuBibliographicItem

Parse page.



10
11
12
# File 'lib/relaton_itu/hit.rb', line 10

def fetch
  @fetch ||= Scrapper.parse_page self, hit_collection.gi_imp
end