class Libis::Services::Alma::SruService

Public Class Methods

new(url = 'https://eu.alma.exlibrisgroup.com/view/sru') click to toggle source
# File lib/libis/services/alma/sru_service.rb, line 13
def initialize(url = 'https://eu.alma.exlibrisgroup.com/view/sru')
  configure(url)
end

Public Instance Methods

Protected Instance Methods

result_parser(response) click to toggle source
# File lib/libis/services/alma/sru_service.rb, line 40
def result_parser(response)
  Libis::Tools::XmlDocument.parse(response) rescue response
end