class Progstr::Filer::Attachment::EmptyAttachment
Public Instance Methods
blank?()
click to toggle source
# File lib/filer/attachment.rb, line 27 def blank? true end
display_hash()
click to toggle source
# File lib/filer/attachment.rb, line 39 def display_hash nil end
display_json()
click to toggle source
# File lib/filer/attachment.rb, line 42 def display_json nil end
extension()
click to toggle source
# File lib/filer/attachment.rb, line 36 def extension "" end
need_upload?()
click to toggle source
# File lib/filer/attachment.rb, line 45 def need_upload? false end
path()
click to toggle source
# File lib/filer/attachment.rb, line 33 def path "" end
size()
click to toggle source
# File lib/filer/attachment.rb, line 30 def size 0 end