scotdalton/exlibris-aleph

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

Summary

Maintainability
A
0 mins
Test Coverage
module Exlibris
  module Aleph
    module Table
      module Reader
        module Row
          class ItemDisplayMasks < Base
            attr_ordered_keys :display, :mask
          end
        end
      end
    end
  end
end