Class: Mailtime::NullLayoutCollection

Inherits:
Object
  • Object
show all
Defined in:
lib/mailtime/renderers/null_layout.rb

Instance Method Summary collapse

Instance Method Details

#htmlObject



42
43
44
# File 'lib/mailtime/renderers/null_layout.rb', line 42

def html
  NullHTMLLayout.new
end

#textObject



46
47
48
# File 'lib/mailtime/renderers/null_layout.rb', line 46

def text
  NullTextLayout.new
end