Creates a new instance of the storage object
Called with super(model, storage_id) from each subclass
# File lib/backup/storage/base.rb, line 22 def initialize(model, storage_id = nil) load_defaults! @model = model @storage_id = storage_id end
Generated with the Darkfish Rdoc Generator 2.