Class: DaimonSkycrawlers::Storage::Base
- Inherits:
-
Object
- Object
- DaimonSkycrawlers::Storage::Base
- Includes:
- ConfigMixin, LoggerMixin
- Defined in:
- lib/daimon_skycrawlers/storage/base.rb
Instance Method Summary collapse
Methods included from ConfigMixin
Methods included from LoggerMixin
Instance Method Details
#read(url) ⇒ Object
14 15 16 |
# File 'lib/daimon_skycrawlers/storage/base.rb', line 14 def read(url) raise "Implement this in subclass" end |
#save(url, headers, body) ⇒ Object
10 11 12 |
# File 'lib/daimon_skycrawlers/storage/base.rb', line 10 def save(url, headers, body) raise "Implement this in subclass" end |