Class: CleanFiles::Cleaner::SimpleFile

Inherits:
Struct
  • Object
show all
Defined in:
lib/clean_files/cleaner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



11
12
13
# File 'lib/clean_files/cleaner.rb', line 11

def path
  @path
end

#statObject

Returns the value of attribute stat

Returns:

  • (Object)

    the current value of stat



11
12
13
# File 'lib/clean_files/cleaner.rb', line 11

def stat
  @stat
end