Class: RelatonNist::Hit
- Inherits:
-
RelatonBib::Hit
- Object
- RelatonBib::Hit
- RelatonNist::Hit
- Defined in:
- lib/relaton_nist/hit.rb
Overview
Hit.
Instance Attribute Summary collapse
-
#fetch ⇒ RelatonNist::NistBliographicItem
Parse page.
Instance Attribute Details
#fetch ⇒ RelatonNist::NistBliographicItem
Parse page.
13 14 15 |
# File 'lib/relaton_nist/hit.rb', line 13 def fetch @fetch ||= Scrapper.parse_page @hit end |