Sha256: becfa89a2ff41db3ecbf859f2236b5dd9f279fbbfe805546f5ebcabe077969af

Contents?: true

Size: 265 Bytes

Versions: 10

Compression:

Stored size: 265 Bytes

Contents

module RelatonOgc
  class Hit < RelatonBib::Hit
    # @return [RelatonNist::HitCollection]
    attr_reader :hit_collection

    # Parse page.
    # @return [RelatonNist::NistBliographicItem]
    def fetch
      @fetch ||= Scrapper.parse_page @hit
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
relaton-ogc-0.5.0 lib/relaton_ogc/hit.rb
relaton-ogc-0.4.0 lib/relaton_ogc/hit.rb
relaton-ogc-0.3.0 lib/relaton_ogc/hit.rb
relaton-ogc-0.2.1 lib/relaton_ogc/hit.rb
relaton-ogc-0.2.0 lib/relaton_ogc/hit.rb
relaton-ogc-0.1.4 lib/relaton_ogc/hit.rb
relaton-ogc-0.1.3 lib/relaton_ogc/hit.rb
relaton-ogc-0.1.2 lib/relaton_ogc/hit.rb
relaton-ogc-0.1.1 lib/relaton_ogc/hit.rb
relaton-ogc-0.1.0 lib/relaton_ogc/hit.rb