Class: Bolt::ProjectMigrator::Inventory
- Defined in:
- lib/bolt/project_migrator/inventory.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Bolt::ProjectMigrator::Base
Instance Method Details
#migrate(inventory_file, backup_dir) ⇒ Object
8 9 10 |
# File 'lib/bolt/project_migrator/inventory.rb', line 8 def migrate(inventory_file, backup_dir) inventory_1_to_2(inventory_file, backup_dir) end |