class HTMLProofer::Attribute
Represents an element currently being processed
Attributes
Public Class Methods
Source
# File lib/html_proofer/attribute.rb, line 10 def initialize(runner, raw_attribute, **_) @runner = runner @raw_attribute = raw_attribute end