Class: Guardrails::A11yDeep::Finding

Inherits:
Struct
  • Object
show all
Defined in:
lib/guardrails/a11y_deep.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



25
26
27
# File 'lib/guardrails/a11y_deep.rb', line 25

def description
  @description
end

#help_urlObject

Returns the value of attribute help_url

Returns:

  • (Object)

    the current value of help_url



25
26
27
# File 'lib/guardrails/a11y_deep.rb', line 25

def help_url
  @help_url
end

#impactObject

Returns the value of attribute impact

Returns:

  • (Object)

    the current value of impact



25
26
27
# File 'lib/guardrails/a11y_deep.rb', line 25

def impact
  @impact
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



25
26
27
# File 'lib/guardrails/a11y_deep.rb', line 25

def rule
  @rule
end

#selectorObject

Returns the value of attribute selector

Returns:

  • (Object)

    the current value of selector



25
26
27
# File 'lib/guardrails/a11y_deep.rb', line 25

def selector
  @selector
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



25
26
27
# File 'lib/guardrails/a11y_deep.rb', line 25

def url
  @url
end

Instance Method Details

#to_hObject



26
27
28
# File 'lib/guardrails/a11y_deep.rb', line 26

def to_h
  super
end