Method: AsProject::AbstractRemoteFileTask#extracted_file_path
- Defined in:
- lib/tasks/remote_file_task.rb
#extracted_file_path ⇒ Object
112 113 114 |
# File 'lib/tasks/remote_file_task.rb', line 112 def extracted_file_path return File.join(@user.downloads, @name.to_s, extracted_file) end |