Class: SiteHealth::HTMLJournal
- Inherits:
-
Object
- Object
- SiteHealth::HTMLJournal
- Defined in:
- lib/site_health/journals/html_journal.rb
Instance Method Summary collapse
Instance Method Details
#errors? ⇒ Boolean
8 9 10 |
# File 'lib/site_health/journals/html_journal.rb', line 8 def errors? errors.any? end |
#missing_title? ⇒ Boolean
4 5 6 |
# File 'lib/site_health/journals/html_journal.rb', line 4 def missing_title? missing_title end |
#warnings? ⇒ Boolean
12 13 14 |
# File 'lib/site_health/journals/html_journal.rb', line 12 def warnings? warnings.any? end |