Sha256: fc0649d47ad808a04d4175068a8fd41f480da00a0337d679a23a65892d486273
Contents?: true
Size: 699 Bytes
Versions: 25
Compression:
Stored size: 699 Bytes
Contents
module Exlibris module Primo module WebService module Response # # # class Search < Base include DidUMean include Facets include Records include SearchStats end # # # class FullView < Search attr_reader :record def initialize *args super @record = records.first # @record = records.first.last @local = parse_local(search_doc["LOCAL"]) if search_doc end def search_doc xml.at_xpath("//search:DOC", response_namespaces) end end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems