Class: Yes::Core::CommandHandling::ReadModelRecoveryService::RecoveryResult
- Inherits:
-
Struct
- Object
- Struct
- Yes::Core::CommandHandling::ReadModelRecoveryService::RecoveryResult
- Defined in:
- lib/yes/core/command_handling/read_model_recovery_service.rb
Overview
Recovery attempt result
Instance Attribute Summary collapse
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#read_model ⇒ Object
Returns the value of attribute read_model.
-
#success ⇒ Object
Returns the value of attribute success.
Instance Attribute Details
#error_message ⇒ Object
Returns the value of attribute error_message
14 15 16 |
# File 'lib/yes/core/command_handling/read_model_recovery_service.rb', line 14 def @error_message end |
#read_model ⇒ Object
Returns the value of attribute read_model
14 15 16 |
# File 'lib/yes/core/command_handling/read_model_recovery_service.rb', line 14 def read_model @read_model end |
#success ⇒ Object
Returns the value of attribute success
14 15 16 |
# File 'lib/yes/core/command_handling/read_model_recovery_service.rb', line 14 def success @success end |