Sha256: 03e2f91e96e229174c66214be63fc5908beca19ed1a8a0b6312ca15b4e7738b1
Contents?: true
Size: 381 Bytes
Versions: 25
Compression:
Stored size: 381 Bytes
Contents
module Exlibris module Primo module WebService module Response module Util def response_key "#{soap_action}_response".to_sym end protected :response_key def return_key "#{soap_action}_return".to_sym end protected :response_key end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems