Class: Relaton::Nist::Hit

Inherits:
Core::Hit show all
Defined in:
lib/relaton/nist/hit.rb

Instance Attribute Summary collapse

Attributes inherited from Core::Hit

#hit, #hit_collection

Method Summary

Methods inherited from Core::Hit

#fetched?, #initialize, #inspect, #to_s, #to_xml

Constructor Details

This class inherits a constructor from Relaton::Core::Hit

Instance Attribute Details

#itemRelaton::Nist::ItemData

Parse page.

Returns:



13
14
15
# File 'lib/relaton/nist/hit.rb', line 13

def item
  @item ||= Scraper.parse_page @hit
end