class Provider
- Provider
- Reference
- Object
Direct Known Subclasses
Defined in:
cover.crConstructors
Instance Method Summary
-
#add_to_db(isbn : String, url : String)
Add an entry to the cache database
- #finalize
-
#get_api(isbn : String)
Try to get a single image URL from the book API provider.
-
#get_db(isbn : String)
Try to get a single image URL from the cache database.
Constructor Detail
def self.new(server : String, prefix : String, suffix : String, image_tag : String, dbname : String, table : String)
#