Class: BFS::FileInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#mtimeObject

Returns the value of attribute mtime

Returns:

  • (Object)

    the current value of mtime



4
5
6
# File 'lib/bfs.rb', line 4

def mtime
  @mtime
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



4
5
6
# File 'lib/bfs.rb', line 4

def path
  @path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



4
5
6
# File 'lib/bfs.rb', line 4

def size
  @size
end