class Rustic::CommandBuilders::Snapshots

Attributes

config[R]

Public Class Methods

new(_config) click to toggle source
# File lib/rustic/command_builders/snapshots.rb, line 6
  def initialize(_config) = nil

  def build
    ["snapshots"]
  end
end

Public Instance Methods

build() click to toggle source
# File lib/rustic/command_builders/snapshots.rb, line 8
def build
  ["snapshots"]
end