Class: Browsable::Report::Skip

Inherits:
Data
  • Object
show all
Defined in:
lib/browsable/report.rb

Overview

A skipped unit of work, e.g. { kind: :css, reason: “stylelint missing” }.

Instance Attribute Summary collapse

Instance Attribute Details

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



12
13
14
# File 'lib/browsable/report.rb', line 12

def kind
  @kind
end

#reasonObject (readonly)

Returns the value of attribute reason

Returns:

  • (Object)

    the current value of reason



12
13
14
# File 'lib/browsable/report.rb', line 12

def reason
  @reason
end