Module: KFileset::GlobProps
Instance Attribute Summary collapse
-
#exclusions ⇒ Object
Returns the value of attribute exclusions.
-
#flags ⇒ Object
Returns the value of attribute flags.
-
#glob ⇒ Object
Returns the value of attribute glob.
-
#working_directory ⇒ Object
Returns the value of attribute working_directory.
Instance Attribute Details
#exclusions ⇒ Object
Returns the value of attribute exclusions.
7 8 9 |
# File 'lib/k_fileset/glob_props.rb', line 7 def exclusions @exclusions end |
#flags ⇒ Object
Returns the value of attribute flags.
8 9 10 |
# File 'lib/k_fileset/glob_props.rb', line 8 def flags @flags end |
#glob ⇒ Object
Returns the value of attribute glob.
6 7 8 |
# File 'lib/k_fileset/glob_props.rb', line 6 def glob @glob end |
#working_directory ⇒ Object
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 |