Sha256: e65d103682469f032c1c7ffeb5187f546be85da89e7b1caa786e745d88ef2c82
Contents?: true
Size: 471 Bytes
Versions: 21
Compression:
Stored size: 471 Bytes
Contents
module RelatonOgc class Hit < RelatonBib::Hit # # <Description> # # @param [RelatonOgc::OgcBibliographicItem] bibitem # @param [RelatonOgc::HitCollection, nil] hitcoll # def initialize(bibitem, hitcoll = nil) super({ id: bibitem.docidentifier[0].id}, hitcoll) @fetch = bibitem end # Parse page. # @return [RelatonNist::NistBliographicItem] def fetch @fetch # ||= Scrapper.parse_page @hit end end end
Version data entries
21 entries across 21 versions & 1 rubygems