Method: CarrierWave::Storage::Fog::File#path
- Defined in:
- lib/carrierwave/storage/fog.rb
#path ⇒ Object (readonly)
Current local path to file
Returns
- String
-
a path to file
179 180 181 |
# File 'lib/carrierwave/storage/fog.rb', line 179 def path @path end |