Class: Exlibris::Aleph::Table::Reader::Matcher::ItemDisplayMasks

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

Constant Summary collapse

REGEXP =
/^ITEM-STATUS    \s(.{80})\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) ⇒ ItemDisplayMasks

Returns a new instance of ItemDisplayMasks.



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

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