Class: CouchMigrate::CouchExecuter

Inherits:
BaseExecuter show all
Defined in:
lib/couch_migrate/couch_executer.rb

Instance Method Summary collapse

Methods inherited from BaseExecuter

#go

Constructor Details

#initialize(enabled, str, filename = nil) ⇒ CouchExecuter

Returns a new instance of CouchExecuter.



5
6
7
8
# File 'lib/couch_migrate/couch_executer.rb', line 5

def initialize(enabled, str, filename = nil)
  super
  self
end