module Exlibris::Primo::Namespaces

Primo namespaces used in Primo XML

Public Class Methods

included(klass) click to toggle source
# File lib/exlibris/primo/namespaces.rb, line 7
def self.included(klass)
  klass.class_eval do
    extend ClassAttributes
  end
end

Protected Instance Methods

request_namespaces() click to toggle source

Returns request namespaces

# File lib/exlibris/primo/namespaces.rb, line 38
def request_namespaces
  @request_namespaces ||= self.class.request_namespaces
end
response_namespaces() click to toggle source

Returns response namespaces

# File lib/exlibris/primo/namespaces.rb, line 32
def response_namespaces
  @response_namespaces ||= self.class.response_namespaces
end