Class: DaimonSkycrawlers::Storage::Null

Inherits:
Base
  • Object
show all
Defined in:
lib/daimon_skycrawlers/storage/null.rb

Overview

The null storage.

This storage is useful for test.

Instance Method Summary collapse

Methods inherited from Base

#read

Methods included from ConfigMixin

#initialize

Methods included from LoggerMixin

included, #initialize

Instance Method Details

#find(url) ⇒ Object

Find nothing



19
20
# File 'lib/daimon_skycrawlers/storage/null.rb', line 19

def find(url)
end

#save(url, headers, body) ⇒ Object

Save nothing



13
14
# File 'lib/daimon_skycrawlers/storage/null.rb', line 13

def save(url, headers, body)
end