Class: Snapshooter::Storage::Base

Inherits:
Object
  • Object
show all
Includes:
Log
Defined in:
lib/snapshooter/storage/base.rb

Direct Known Subclasses

Local

Instance Method Summary collapse

Methods included from Log

#with_log

Instance Method Details

#get(filename, &block) ⇒ Object



10
11
12
# File 'lib/snapshooter/storage/base.rb', line 10

def get(filename, &block)
  raise "NotImplemented"
end

#save(filename, &block) ⇒ Object



6
7
8
# File 'lib/snapshooter/storage/base.rb', line 6

def save(filename, &block)
  raise "NotImplemented"
end