Class: AppProfiler::Storage::FileStorage

Inherits:
BaseStorage show all
Defined in:
lib/app_profiler/storage/file_storage.rb

Defined Under Namespace

Classes: Location

Class Method Summary collapse

Class Method Details

.upload(profile) ⇒ Object



21
22
23
# File 'lib/app_profiler/storage/file_storage.rb', line 21

def upload(profile)
  Location.new(profile.file)
end