Class: Browsable::Report::Skip
- Inherits:
-
Data
- Object
- Data
- Browsable::Report::Skip
- Defined in:
- lib/browsable/report.rb
Overview
A skipped unit of work, e.g. { kind: :css, reason: “stylelint missing” }.
Instance Attribute Summary collapse
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
Instance Attribute Details
#kind ⇒ Object (readonly)
Returns the value of attribute kind
12 13 14 |
# File 'lib/browsable/report.rb', line 12 def kind @kind end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason
12 13 14 |
# File 'lib/browsable/report.rb', line 12 def reason @reason end |