Class: Rustic::CommandBuilders::Snapshots

Inherits:
Object
  • Object
show all
Defined in:
lib/rustic/command_builders/snapshots.rb

Instance Method Summary collapse

Constructor Details

#initialize(config) ⇒ Snapshots

Returns a new instance of Snapshots.



4
5
6
# File 'lib/rustic/command_builders/snapshots.rb', line 4

def initialize(config)
  @config = config
end

Instance Method Details

#buildObject



8
9
10
# File 'lib/rustic/command_builders/snapshots.rb', line 8

def build
  ["snapshots"]
end