Class: Browsable::Report::Suggestion

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#bumpsObject (readonly)

Returns the value of attribute bumps

Returns:

  • (Object)

    the current value of bumps



16
17
18
# File 'lib/browsable/report.rb', line 16

def bumps
  @bumps
end

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



16
17
18
# File 'lib/browsable/report.rb', line 16

def line
  @line
end