Class: Exlibris::Aleph::Table::Reader::Matcher::SubLibraries

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

Constant Summary collapse

REGEXP =
/^(.{5})\s([1-6]{1})\s(.{5})\s([L,H,A,R,S]{1})\s(.{1,30})/

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) ⇒ SubLibraries

Returns a new instance of SubLibraries.



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

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