Class: MendixBridge::MigrationExecutor::Result
- Inherits:
-
Data
- Object
- Data
- MendixBridge::MigrationExecutor::Result
- Defined in:
- lib/mendix_bridge/migration_executor.rb
Instance Attribute Summary collapse
-
#backup_dir ⇒ Object
readonly
Returns the value of attribute backup_dir.
-
#operations ⇒ Object
readonly
Returns the value of attribute operations.
Instance Attribute Details
#backup_dir ⇒ Object (readonly)
Returns the value of attribute backup_dir
14 15 16 |
# File 'lib/mendix_bridge/migration_executor.rb', line 14 def backup_dir @backup_dir end |
#operations ⇒ Object (readonly)
Returns the value of attribute operations
14 15 16 |
# File 'lib/mendix_bridge/migration_executor.rb', line 14 def operations @operations end |