Sha256: 4457f394b1378f101d08a9163a8372803f8f8f1505c44341c8861cd6c694db8c

Contents?: true

Size: 337 Bytes

Versions: 3

Compression:

Stored size: 337 Bytes

Contents

module Exlibris
  module Aleph
    module Table
      module Reader
        module Matcher
          class PatronStatuses < Base
            REGEXP = /^BOR-STATUS\s{10}\s.{5}\sL\s(.{50})\s(.*)$/

            def initialize(string)
              super(REGEXP, string)
            end
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
exlibris-aleph-2.0.4 lib/exlibris/aleph/table/reader/matcher/patron_statuses.rb
exlibris-aleph-2.0.3 lib/exlibris/aleph/table/reader/matcher/patron_statuses.rb
exlibris-aleph-2.0.0 lib/exlibris/aleph/table/reader/matcher/patron_statuses.rb