Class: DaimonSkycrawlers::Storage::Null
- Defined in:
- lib/daimon_skycrawlers/storage/null.rb
Overview
The null storage.
This storage is useful for test.
Instance Method Summary collapse
-
#find(url) ⇒ Object
Find nothing.
-
#save(url, headers, body) ⇒ Object
Save nothing.
Methods inherited from Base
Methods included from ConfigMixin
Methods included from LoggerMixin
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 |