Class: Yes::Core::CommandHandling::ReadModelRecoveryService::RecoveryResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/yes/core/command_handling/read_model_recovery_service.rb

Overview

Recovery attempt result

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageObject

Returns the value of attribute error_message

Returns:

  • (Object)

    the current value of error_message



14
15
16
# File 'lib/yes/core/command_handling/read_model_recovery_service.rb', line 14

def error_message
  @error_message
end

#read_modelObject

Returns the value of attribute read_model

Returns:

  • (Object)

    the current value of read_model



14
15
16
# File 'lib/yes/core/command_handling/read_model_recovery_service.rb', line 14

def read_model
  @read_model
end

#successObject

Returns the value of attribute success

Returns:

  • (Object)

    the current value of success



14
15
16
# File 'lib/yes/core/command_handling/read_model_recovery_service.rb', line 14

def success
  @success
end