Class: Exlibris::Aleph::Table::Reader::Matcher::PatronStatuses

Inherits:
Base
  • Object
show all
Defined in:
lib/exlibris/aleph/table/reader/matcher/patron_statuses.rb

Constant Summary collapse

REGEXP =
/^BOR-STATUS\s{10}\s.{5}\sL\s(.{50})\s(.*)$/

Instance Attribute Summary

Attributes inherited from Base

#regexp, #string

Instance Method Summary collapse

Methods inherited from Base

#match_data, #matched_data, #matches?

Constructor Details

#initialize(string) ⇒ PatronStatuses

Returns a new instance of PatronStatuses.



9
10
11
# File 'lib/exlibris/aleph/table/reader/matcher/patron_statuses.rb', line 9

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