Class: Yobi::ResticVersion
Overview
Instance Method Summary
collapse
Methods inherited from FancyHash
#initialize, #inspect, #pretty_print
Instance Method Details
#go_arch ⇒ String?
378
379
380
|
# File 'lib/yobi/restic.rb', line 378
def go_arch
self["go_arch"]
end
|
#go_os ⇒ String?
373
374
375
|
# File 'lib/yobi/restic.rb', line 373
def go_os
self["go_os"]
end
|
#go_version ⇒ String?
368
369
370
|
# File 'lib/yobi/restic.rb', line 368
def go_version
self["go_version"]
end
|
#version ⇒ String
363
364
365
|
# File 'lib/yobi/restic.rb', line 363
def version
self["version"]
end
|