Module: KFileset::GlobProps

Included in:
GlobEntry, GlobInfo
Defined in:
lib/k_fileset/glob_props.rb

Instance Attribute Summary collapse

Instance Attribute Details

#exclusionsObject

Returns the value of attribute exclusions.



7
8
9
# File 'lib/k_fileset/glob_props.rb', line 7

def exclusions
  @exclusions
end

#flagsObject

Returns the value of attribute flags.



8
9
10
# File 'lib/k_fileset/glob_props.rb', line 8

def flags
  @flags
end

#globObject

Returns the value of attribute glob.



6
7
8
# File 'lib/k_fileset/glob_props.rb', line 6

def glob
  @glob
end

#working_directoryObject

Returns the value of attribute working_directory.



5
6
7
# File 'lib/k_fileset/glob_props.rb', line 5

def working_directory
  @working_directory
end