Class: Glark::PathOption

Inherits:
RegexpOption show all
Defined in:
lib/glark/input/filter/options.rb

Direct Known Subclasses

MatchPathOption, SkipPathOption

Instance Method Summary collapse

Methods inherited from RegexpOption

#argtype, #set

Methods inherited from Option

#add_to_option_data, #initialize, #match_rc, #tags

Constructor Details

This class inherits a constructor from Glark::Option

Instance Method Details

#clsObject



128
129
130
# File 'lib/glark/input/filter/options.rb', line 128

def cls
  FullNameFilter
end

#fieldObject



132
133
134
# File 'lib/glark/input/filter/options.rb', line 132

def field
  :path
end