class RelatonBsi::Hit

Hit.

Attributes

fetch[W]

Public Instance Methods

fetch() click to toggle source

Parse page. @return [RelatonBsi::BsiBibliographicItem]

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