Class: Dekiru::DataMigrationOperator
- Inherits:
-
Dekiru::DataMigration::Operator
- Object
- Dekiru::DataMigration::Operator
- Dekiru::DataMigrationOperator
- Defined in:
- lib/dekiru/data_migration_operator.rb
Overview
Alias for backward compatibility Please use Dekiru::DataMigration::Operator in new code
Instance Attribute Summary
Attributes inherited from Dekiru::DataMigration::Operator
#canceled, #ended_at, #error, #logger, #result, #started_at, #stream, #title
Class Method Summary collapse
Methods inherited from Dekiru::DataMigration::Operator
#duration, #each_with_progress, #execute, execute, #find_each_with_progress, #initialize
Constructor Details
This class inherits a constructor from Dekiru::DataMigration::Operator
Class Method Details
.new ⇒ Object
10 11 12 13 14 15 16 |
# File 'lib/dekiru/data_migration_operator.rb', line 10 def self.new(...) ActiveSupport::Deprecation.new.warn( "Dekiru::DataMigrationOperator is deprecated. " \ "Use Dekiru::DataMigration::Operator instead." ) DataMigration::Operator.new(...) end |