lib/exlibris/primo_ws.rb in umlaut-3.0.0alpha9 vs lib/exlibris/primo_ws.rb in umlaut-3.0.0alpha10
- old
+ new
@@ -1,8 +1,8 @@
# Module for calling Primo Web Services
# Please note the following:
# * Be sure to configure the Primo Back Office with the relevant IPs to enable interaction via the Web Services
-# * This module does not parse the response but instead stores it as an Hpricot::Doc for the calling classes to parse
+# * This module does not parse the response but instead stores it as an Nokogiri::XML::Document for the calling classes to parse
module Exlibris::PrimoWS
require 'nokogiri'
# PrimoWebService is the base class for all PrimoWebServices
# It can be extended but is not intended for use by itself
\ No newline at end of file