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