class Mailtime::NullTextTemplate

Public Instance Methods

format() click to toggle source
# File lib/mailtime/renderers/null_template.rb, line 39
def format
  :text
end
mail_layout() click to toggle source
# File lib/mailtime/renderers/null_template.rb, line 43
def mail_layout
  NullTextLayout.new
end