Class: Apartment::Migrator::Result
- Inherits:
-
Data
- Object
- Data
- Apartment::Migrator::Result
- Defined in:
- lib/apartment/migrator.rb
Instance Attribute Summary collapse
-
#duration ⇒ Object
readonly
Returns the value of attribute duration.
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#tenant ⇒ Object
readonly
Returns the value of attribute tenant.
-
#versions_run ⇒ Object
readonly
Returns the value of attribute versions_run.
Instance Attribute Details
#duration ⇒ Object (readonly)
Returns the value of attribute duration
9 10 11 |
# File 'lib/apartment/migrator.rb', line 9 def duration @duration end |
#error ⇒ Object (readonly)
Returns the value of attribute error
9 10 11 |
# File 'lib/apartment/migrator.rb', line 9 def error @error end |
#status ⇒ Object (readonly)
Returns the value of attribute status
9 10 11 |
# File 'lib/apartment/migrator.rb', line 9 def status @status end |
#tenant ⇒ Object (readonly)
Returns the value of attribute tenant
9 10 11 |
# File 'lib/apartment/migrator.rb', line 9 def tenant @tenant end |
#versions_run ⇒ Object (readonly)
Returns the value of attribute versions_run
9 10 11 |
# File 'lib/apartment/migrator.rb', line 9 def versions_run @versions_run end |