Class: Bible270::MigrationReconciler::Status
- Inherits:
-
Struct
- Object
- Struct
- Bible270::MigrationReconciler::Status
- Defined in:
- lib/bible270/migration_reconciler.rb
Instance Attribute Summary collapse
-
#migration ⇒ Object
Returns the value of attribute migration.
-
#missing ⇒ Object
Returns the value of attribute missing.
Instance Method Summary collapse
Instance Attribute Details
#migration ⇒ Object
Returns the value of attribute migration
8 9 10 |
# File 'lib/bible270/migration_reconciler.rb', line 8 def migration @migration end |
#missing ⇒ Object
Returns the value of attribute missing
8 9 10 |
# File 'lib/bible270/migration_reconciler.rb', line 8 def missing @missing end |
Instance Method Details
#complete? ⇒ Boolean
9 |
# File 'lib/bible270/migration_reconciler.rb', line 9 def complete? = missing.empty? |