Module: MJML::Config
- Defined in:
- lib/mjml.rb
Overview
Available settings
Class Attribute Summary collapse
-
.bin_path ⇒ Object
Returns the value of attribute bin_path.
-
.minify_output ⇒ Object
Returns the value of attribute minify_output.
Class Attribute Details
.bin_path ⇒ Object
Returns the value of attribute bin_path.
15 16 17 |
# File 'lib/mjml.rb', line 15 def bin_path @bin_path end |
.minify_output ⇒ Object
Returns the value of attribute minify_output.
16 17 18 |
# File 'lib/mjml.rb', line 16 def minify_output @minify_output end |