class RelatonCalconnect::Hit

Public Instance Methods

fetch() click to toggle source

Parse page. @return [RelatonCalconnect::CcBliographicItem]

# File lib/relaton_calconnect/hit.rb, line 5
def fetch
  @fetch ||= Scrapper.parse_page @hit
end