class RelatonItu::Hit

Hit.

Attributes

fetch[W]

Public Instance Methods

fetch() click to toggle source

Parse page. @return [RelatonItu::ItuBibliographicItem]

# File lib/relaton_itu/hit.rb, line 10
def fetch
  @fetch ||= Scrapper.parse_page self, hit_collection.gi_imp
end