Class: Sluice::Storage::NegativeRegex

Inherits:
Struct
  • Object
show all
Defined in:
lib/sluice/storage/storage.rb

Overview

To handle negative file matching

Instance Attribute Summary collapse

Instance Attribute Details

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



20
21
22
# File 'lib/sluice/storage/storage.rb', line 20

def regex
  @regex
end