Class: Card::Format::EmailHtmlFormat

Inherits:
HtmlFormat
  • Object
show all
Defined in:
lib/card/format/email_html_format.rb

Overview

Format text for use in html email messages

Class Method Summary collapse

Class Method Details

.view_caching?Boolean

Returns:

  • (Boolean)


9
10
11
# File 'lib/card/format/email_html_format.rb', line 9

def self.view_caching?
  false
end