Class: Yobi::BackupError
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- Yobi::BackupError
- Defined in:
- lib/yobi/repository/backup.rb,
sig/yobi.rbs
Overview
One "error" message from a backup run.
https://restic.readthedocs.io/en/stable/075_scripting.html#error
Instance Method Summary collapse
Instance Method Details
#during ⇒ String?
236 237 238 |
# File 'lib/yobi/repository/backup.rb', line 236 def during self["during"] end |
#item ⇒ String?
241 242 243 |
# File 'lib/yobi/repository/backup.rb', line 241 def item self["item"] end |
#message ⇒ String?
231 232 233 |
# File 'lib/yobi/repository/backup.rb', line 231 def dig("error", "message") end |