Class: Exlibris::Aleph::Table::Reader::Matcher::ItemDisplayMasks
- 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
Instance Method Summary collapse
-
#initialize(string) ⇒ ItemDisplayMasks
constructor
A new instance of ItemDisplayMasks.
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 |