Class: RelatonCalconnect::Hit

Inherits:
RelatonBib::Hit
  • Object
show all
Defined in:
lib/relaton_calconnect/hit.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#hit_collectionRelatonCalconnect::HitCollection (readonly)



4
5
6
# File 'lib/relaton_calconnect/hit.rb', line 4

def hit_collection
  @hit_collection
end

Instance Method Details

#fetchRelatonCalconnect::CcBliographicItem

Parse page.

Returns:

  • (RelatonCalconnect::CcBliographicItem)


8
9
10
# File 'lib/relaton_calconnect/hit.rb', line 8

def fetch
  @fetch ||= Scrapper.parse_page @hit
end