scotdalton/exlibris-aleph

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

Summary

Maintainability
A
0 mins
Test Coverage
module Exlibris
  module Aleph
    module Table
      module Reader
        module Row
          class ItemCirculationPolicies < Base
            attr_ordered_keys :sub_library_code, :item_status_code,
              :item_processing_status_code, :alpha, :display, :loanable,
              :renewable, :requestable, :photocopyable, :displayable,
              :specific_item, :limit_hold, :recallable, :rush_recallable,
              :reloaning_limit, :bookable, :booking_hours
          end
        end
      end
    end
  end
end