Class: SmartCore::Operation::Result::Fatal::FatalError Private
- 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.
Instance Attribute Summary collapse
- #__operation_result__ ⇒ SmartCore::Operation::Result::Fatal readonly private
Instance Method Summary collapse
- #initialize(operation_result) ⇒ void constructor private
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.
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.
13 14 15 |
# File 'lib/smart_core/operation/result/fatal.rb', line 13 def __operation_result__ @__operation_result__ end |