Method: Fech::Filing#file_path

Defined in:
lib/fech/filing.rb

#file_pathObject

The location of the Filing on the file system



243
244
245
# File 'lib/fech/filing.rb', line 243

def file_path
  File.join(download_dir, file_name)
end