Class: Locomotive::Liquid::Drops::Uploader

Inherits:
Base
  • Object
show all
Defined in:
lib/locomotive/liquid/drops/uploader.rb

Instance Attribute Summary

Attributes inherited from Base

#_source

Instance Method Summary collapse

Methods inherited from Base

#id, #initialize, liquify

Constructor Details

This class inherits a constructor from Locomotive::Liquid::Drops::Base

Instance Method Details

#filenameObject



8
9
10
# File 'lib/locomotive/liquid/drops/uploader.rb', line 8

def filename
  File.basename(self._source.url)
end