module Exlibris::Primo::WebService::Request::SoapAction::ClassAttributes

Attributes

soap_action[W]

Public Instance Methods

soap_action() click to toggle source
# File lib/exlibris/primo/web_service/request/base/soap_action.rb, line 13
def soap_action
  @soap_action ||= name.demodulize.underscore.to_sym
end