Method: Bcms::WebDAV::Resource#content_type

Defined in:
lib/bcms_webdav/resource.rb

#content_typeObject



116
117
118
# File 'lib/bcms_webdav/resource.rb', line 116

def content_type
  have_file ? @resource.file_type : "text/html"
end