Class: Apartment::TaskHelper::Result
- Inherits:
-
Struct
- Object
- Struct
- Apartment::TaskHelper::Result
- Defined in:
- lib/apartment/tasks/task_helper.rb
Overview
Captures outcome per tenant for aggregated reporting. Allows migrations to continue for remaining tenants even when one fails.
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#success ⇒ Object
Returns the value of attribute success.
-
#tenant ⇒ Object
Returns the value of attribute tenant.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
55 56 57 |
# File 'lib/apartment/tasks/task_helper.rb', line 55 def error @error end |
#success ⇒ Object
Returns the value of attribute success
55 56 57 |
# File 'lib/apartment/tasks/task_helper.rb', line 55 def success @success end |
#tenant ⇒ Object
Returns the value of attribute tenant
55 56 57 |
# File 'lib/apartment/tasks/task_helper.rb', line 55 def tenant @tenant end |