Class: SmartCore::Operation::Result::Fatal::FatalError Private

Inherits:
Error
  • Object
show all
Defined in:
lib/smart_core/operation/result/fatal.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(operation_result) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Parameters:

Since:

  • 0.1.0



20
21
22
# File 'lib/smart_core/operation/result/fatal.rb', line 20

def initialize(operation_result)
  @__operation_result__ = operation_result
end

Instance Attribute Details

#__operation_result__SmartCore::Operation::Result::Fatal (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:

Since:

  • 0.1.0



13
14
15
# File 'lib/smart_core/operation/result/fatal.rb', line 13

def __operation_result__
  @__operation_result__
end