Class: SlashMigrate::MigrationRunner::Result
- Inherits:
-
Struct
- Object
- Struct
- SlashMigrate::MigrationRunner::Result
- Defined in:
- app/services/slash_migrate/migration_runner.rb
Instance Attribute Summary collapse
-
#output ⇒ Object
Returns the value of attribute output.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Method Summary collapse
Instance Attribute Details
#output ⇒ Object
Returns the value of attribute output
17 18 19 |
# File 'app/services/slash_migrate/migration_runner.rb', line 17 def output @output end |
#success ⇒ Object
Returns the value of attribute success
17 18 19 |
# File 'app/services/slash_migrate/migration_runner.rb', line 17 def success @success end |
Instance Method Details
#success? ⇒ Boolean
18 |
# File 'app/services/slash_migrate/migration_runner.rb', line 18 def success? = success |