scotdalton/exlibris-aleph

View on GitHub
lib/exlibris/aleph/table/reader/row/collections.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Exlibris
  module Aleph
    module Table
      module Reader
        module Row
          class Collections < Base
            attr_ordered_keys :code, :sub_library_code, :alpha, :display
          end
        end
      end
    end
  end
end