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.
-
.debug ⇒ Object
Returns the value of attribute debug.
-
.logger ⇒ Object
Returns the value of attribute logger.
-
.minify_output ⇒ Object
Returns the value of attribute minify_output.
-
.validation_level ⇒ Object
Returns the value of attribute validation_level.
Class Attribute Details
.bin_path ⇒ Object
Returns the value of attribute bin_path.
18 19 20 |
# File 'lib/mjml.rb', line 18 def bin_path @bin_path end |
.debug ⇒ Object
Returns the value of attribute debug.
18 19 20 |
# File 'lib/mjml.rb', line 18 def debug @debug end |
.logger ⇒ Object
Returns the value of attribute logger.
18 19 20 |
# File 'lib/mjml.rb', line 18 def logger @logger end |
.minify_output ⇒ Object
Returns the value of attribute minify_output.
18 19 20 |
# File 'lib/mjml.rb', line 18 def minify_output @minify_output end |
.validation_level ⇒ Object
Returns the value of attribute validation_level.
18 19 20 |
# File 'lib/mjml.rb', line 18 def validation_level @validation_level end |