Class: Locomotive::Liquid::Drops::Uploader
- Defined in:
- lib/locomotive/liquid/drops/uploader.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Locomotive::Liquid::Drops::Base
Instance Method Details
#filename ⇒ Object
8 9 10 |
# File 'lib/locomotive/liquid/drops/uploader.rb', line 8 def filename File.basename(@_source.url) end |