Class: Yobi::RestoreVerboseStatus
- Defined in:
- lib/yobi/repository/restore.rb,
sig/yobi.rbs
Overview
One "verbose_status" message from a restore run, one per file. Only
emitted when verbose: true is passed to Yobi::Repository#restore.
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
#action ⇒ String
147 148 149 |
# File 'lib/yobi/repository/restore.rb', line 147 def action self["action"] end |
#item ⇒ String
152 153 154 |
# File 'lib/yobi/repository/restore.rb', line 152 def item self["item"] end |
#size ⇒ Integer
157 158 159 |
# File 'lib/yobi/repository/restore.rb', line 157 def size self["size"] end |