Class: FaviconCheckable

Inherits:
HTML::Proofer::Checkable show all
Defined in:
lib/html/proofer/checks/favicon.rb

Constant Summary

Constants included from HTML::Proofer::Utils

HTML::Proofer::Utils::STORAGE_DIR

Instance Attribute Summary collapse

Attributes inherited from HTML::Proofer::Checkable

#line

Method Summary

Methods inherited from HTML::Proofer::Checkable

#absolute_path, #allow_hash_href?, #exists?, #external?, #file_path, #follow_location?, #hash, #ignore?, #ignore_empty_alt?, #ignores_pattern_check, #initialize, #internal?, #non_http_remote?, #parts, #path, #remote?, #scheme, #unslashed_directory?, #url, #valid?

Methods included from HTML::Proofer::Utils

clean_content, create_nokogiri, #pluralize, swap

Constructor Details

This class inherits a constructor from HTML::Proofer::Checkable

Instance Attribute Details

#relObject (readonly)

Returns the value of attribute rel.



4
5
6
# File 'lib/html/proofer/checks/favicon.rb', line 4

def rel
  @rel
end