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

Instance Method Details

#read(message = {}) ⇒ Object

Read nothing



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

def read(message = {})
end

#save(data) ⇒ Object

Save nothing



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

def save(data)
end