Class: Henkei::Configuration
- Inherits:
-
Object
- Object
- Henkei::Configuration
- Defined in:
- lib/henkei/configuration.rb
Overview
Handle Henkei configuration
Instance Attribute Summary collapse
-
#mime_library ⇒ Object
Returns the value of attribute mime_library.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
17 18 19 |
# File 'lib/henkei/configuration.rb', line 17 def initialize @mime_library = 'mime/types' end |
Instance Attribute Details
#mime_library ⇒ Object
Returns the value of attribute mime_library.
15 16 17 |
# File 'lib/henkei/configuration.rb', line 15 def mime_library @mime_library end |