module Exlibris::Primo::Namespaces::ClassAttributes

Public Instance Methods

request_namespaces() click to toggle source
# File lib/exlibris/primo/namespaces.rb, line 23
def request_namespaces
  @request_namespaces = {
    "xmlns" => "http://www.exlibris.com/primo/xsd/wsRequest",
    "xmlns:uic" => "http://www.exlibris.com/primo/xsd/primoview/uicomponents"
  }
end
response_namespaces() click to toggle source
# File lib/exlibris/primo/namespaces.rb, line 14
def response_namespaces
  @response_namespaces = {
    "search" => "http://www.exlibrisgroup.com/xsd/jaguar/search",
    "eshelf" => "http://www.exlibris.com/primo/xsd/primoeshelffolder",
    "pnx" => "http://www.exlibrisgroup.com/xsd/primo/primo_nm_bib",
    "tags_reviews" => "http://com/exlibris/primo/xsd/tagsAndReview/config"
  }
end