Module: MiniMime::Configuration

Defined in:
lib/mini_mime.rb

Class Attribute Summary collapse

Class Attribute Details

.content_type_db_pathObject

Returns the value of attribute content_type_db_path.



20
21
22
# File 'lib/mini_mime.rb', line 20

def content_type_db_path
  @content_type_db_path
end

.ext_db_pathObject

Returns the value of attribute ext_db_path.



19
20
21
# File 'lib/mini_mime.rb', line 19

def ext_db_path
  @ext_db_path
end