Method: FreeMessageQueue::FileQueue#content_type=
- Defined in:
- lib/fmq/queues/file.rb
#content_type=(type) ⇒ Object
CONFIGURATION OPTION sets the content_type of the file. This option make sense if you want to test with the webbrowser.
54 55 56 |
# File 'lib/fmq/queues/file.rb', line 54 def content_type=(type) @content_type = type end |