Class: Yobi::ResticVersion

Inherits:
FancyHash show all
Defined in:
lib/yobi/restic.rb,
sig/yobi.rbs

Overview

The result of one Yobi::Restic#version call.

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

#go_archString?

Returns:

  • (String, nil)


378
379
380
# File 'lib/yobi/restic.rb', line 378

def go_arch
  self["go_arch"]
end

#go_osString?

Returns:

  • (String, nil)


373
374
375
# File 'lib/yobi/restic.rb', line 373

def go_os
  self["go_os"]
end

#go_versionString?

Returns:

  • (String, nil)


368
369
370
# File 'lib/yobi/restic.rb', line 368

def go_version
  self["go_version"]
end

#versionString

Returns:

  • (String)


363
364
365
# File 'lib/yobi/restic.rb', line 363

def version
  self["version"]
end