class RelatonCen::Hit

Hit.

Attributes

fetch[W]

Public Instance Methods

fetch() click to toggle source

Parse page. @return [RelatonBib::BibliographicItem]

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