Module: Pvectl::Commands::MigrateCommand::ClassMethods
- Defined in:
- lib/pvectl/commands/migrate_command.rb
Overview
Class methods added when the module is included.
Instance Method Summary collapse
-
#execute(args, options, global_options) ⇒ Integer
Executes the migrate command.
Instance Method Details
#execute(args, options, global_options) ⇒ Integer
Executes the migrate command.
33 34 35 |
# File 'lib/pvectl/commands/migrate_command.rb', line 33 def execute(args, , ) new(args, , ).execute end |