Method: Ftpd::FileInfo#path

Defined in:
lib/ftpd/file_info.rb

#pathString (readonly)

Returns The object’s path.

Returns:

  • The object’s path



60
61
62
# File 'lib/ftpd/file_info.rb', line 60

def path
  @path
end