Method: HTMLProofer::Attribute#initialize

Defined in:
lib/html_proofer/attribute.rb

#initialize(runner, raw_attribute, **_) ⇒ Attribute

Returns a new instance of Attribute.



10
11
12
13
# File 'lib/html_proofer/attribute.rb', line 10

def initialize(runner, raw_attribute, **_)
  @runner = runner
  @raw_attribute = raw_attribute
end