Class: Guardrails::A11yDeep::Finding
- Inherits:
-
Struct
- Object
- Struct
- Guardrails::A11yDeep::Finding
- Defined in:
- lib/guardrails/a11y_deep.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#help_url ⇒ Object
Returns the value of attribute help_url.
-
#impact ⇒ Object
Returns the value of attribute impact.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#selector ⇒ Object
Returns the value of attribute selector.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description
25 26 27 |
# File 'lib/guardrails/a11y_deep.rb', line 25 def description @description end |
#help_url ⇒ Object
Returns the value of attribute help_url
25 26 27 |
# File 'lib/guardrails/a11y_deep.rb', line 25 def help_url @help_url end |
#impact ⇒ Object
Returns the value of attribute impact
25 26 27 |
# File 'lib/guardrails/a11y_deep.rb', line 25 def impact @impact end |
#rule ⇒ Object
Returns the value of attribute rule
25 26 27 |
# File 'lib/guardrails/a11y_deep.rb', line 25 def rule @rule end |
#selector ⇒ Object
Returns the value of attribute selector
25 26 27 |
# File 'lib/guardrails/a11y_deep.rb', line 25 def selector @selector end |
#url ⇒ Object
Returns the value of attribute url
25 26 27 |
# File 'lib/guardrails/a11y_deep.rb', line 25 def url @url end |
Instance Method Details
#to_h ⇒ Object
26 27 28 |
# File 'lib/guardrails/a11y_deep.rb', line 26 def to_h super end |