Module: MJML::Config

Defined in:
lib/mjml.rb

Overview

Available settings

Class Attribute Summary collapse

Class Attribute Details

.bin_pathObject

Returns the value of attribute bin_path.



18
19
20
# File 'lib/mjml.rb', line 18

def bin_path
  @bin_path
end

.debugObject

Returns the value of attribute debug.



18
19
20
# File 'lib/mjml.rb', line 18

def debug
  @debug
end

.loggerObject

Returns the value of attribute logger.



18
19
20
# File 'lib/mjml.rb', line 18

def logger
  @logger
end

.minify_outputObject

Returns the value of attribute minify_output.



18
19
20
# File 'lib/mjml.rb', line 18

def minify_output
  @minify_output
end

.validation_levelObject

Returns the value of attribute validation_level.



18
19
20
# File 'lib/mjml.rb', line 18

def validation_level
  @validation_level
end