Sha256: 8c13711161979deaa8a79b7eb8a343a7c5a124c01cc359a91c9efe880a844df1
Contents?: true
Size: 455 Bytes
Versions: 25
Compression:
Stored size: 455 Bytes
Contents
module Exlibris module Primo module WebService module Client # # # class Eshelf < Base self.add_soap_actions :get_eshelf, :add_to_eshelf, :remove_from_eshelf, :add_folder_to_eshelf, :remove_folder_from_eshelf end # # # class EshelfStructure < Base self.add_soap_actions :get_eshelf_structure end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems