Class: MendixBridge::MigrationExecutor::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/mendix_bridge/migration_executor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backup_dirObject (readonly)

Returns the value of attribute backup_dir

Returns:

  • (Object)

    the current value of backup_dir



14
15
16
# File 'lib/mendix_bridge/migration_executor.rb', line 14

def backup_dir
  @backup_dir
end

#operationsObject (readonly)

Returns the value of attribute operations

Returns:

  • (Object)

    the current value of operations



14
15
16
# File 'lib/mendix_bridge/migration_executor.rb', line 14

def operations
  @operations
end