Class: Yobi::CheckError
- Defined in:
- lib/yobi/repository/check.rb,
sig/yobi.rbs
Overview
One "error" message from a check run.
https://restic.readthedocs.io/en/stable/075_scripting.html#error
Instance Method Summary collapse
Methods inherited from FancyHash
#initialize, #inspect, #pretty_print
Constructor Details
This class inherits a constructor from Yobi::FancyHash
Instance Method Details
#message ⇒ String
84 85 86 |
# File 'lib/yobi/repository/check.rb', line 84 def self["message"] end |