Exception: Core::Operation::Failed
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Core::Operation::Failed
- Defined in:
- lib/core/operation/failed.rb
Overview
- public
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
[public].
Instance Method Summary collapse
-
#initialize(value) ⇒ Failed
constructor
A new instance of Failed.
Constructor Details
#initialize(value) ⇒ Failed
Returns a new instance of Failed.
8 9 10 |
# File 'lib/core/operation/failed.rb', line 8 def initialize(value) @value = value end |
Instance Attribute Details
#value ⇒ Object (readonly)
- public
14 15 16 |
# File 'lib/core/operation/failed.rb', line 14 def value @value end |