Module: Exlibris::Primo::Namespaces::ClassAttributes

Defined in:
lib/exlibris/primo/namespaces.rb

Instance Method Summary collapse

Instance Method Details

#request_namespacesObject



23
24
25
26
27
28
# 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_namespacesObject



14
15
16
17
18
19
20
21
# 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