Class: DirProcessor::DirProcessor::ADir

Inherits:
Struct
  • Object
show all
Includes:
AcceptPattern, FeedMethod
Defined in:
lib/dir_processor.rb

Defined Under Namespace

Classes: First

Constant Summary collapse

ADir =
ADir
AFile =
AFile

Instance Attribute Summary collapse

Method Summary

Methods included from FeedMethod

#feed

Methods included from AcceptPattern

#accept?

Instance Attribute Details

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



91
92
93
# File 'lib/dir_processor.rb', line 91

def pattern
  @pattern
end