Class: Browsable::Report::Suggestion
- Inherits:
-
Data
- Object
- Data
- Browsable::Report::Suggestion
- Defined in:
- lib/browsable/report.rb
Overview
A suggested allow_browser line that would resolve the below-target errors. ‘bumps` maps each raised browser to { from:, to: }.
Instance Attribute Summary collapse
-
#bumps ⇒ Object
readonly
Returns the value of attribute bumps.
-
#line ⇒ Object
readonly
Returns the value of attribute line.
Instance Attribute Details
#bumps ⇒ Object (readonly)
Returns the value of attribute bumps
16 17 18 |
# File 'lib/browsable/report.rb', line 16 def bumps @bumps end |
#line ⇒ Object (readonly)
Returns the value of attribute line
16 17 18 |
# File 'lib/browsable/report.rb', line 16 def line @line end |