Module: StackOneMigration
- Defined in:
- lib/stackone_migration.rb,
lib/stackone_migration/version.rb,
lib/stackone_migration/helpers/account_helper.rb,
lib/stackone_migration/mappers/provider_mapper.rb,
lib/stackone_migration/mappers/employees_mapper.rb
Defined Under Namespace
Classes: AccountHelper, EmployeesMapper, ProviderMapper
Constant Summary collapse
- VERSION =
'1.6.2'
Class Method Summary collapse
Class Method Details
.configure ⇒ Object
28 29 30 31 32 33 34 |
# File 'lib/stackone_migration.rb', line 28 def configure if block_given? yield(Configuration.default) else Configuration.default end end |