Class: Resol::Result
- Inherits:
-
Object
- Object
- Resol::Result
- Defined in:
- lib/resol/result.rb
Instance Method Summary collapse
- #failure? ⇒ Object
-
#initialize ⇒ Result
constructor
A new instance of Result.
- #success? ⇒ Object
- #value! ⇒ Object
- #value_or ⇒ Object
Constructor Details
#initialize ⇒ Result
12 |
# File 'lib/resol/result.rb', line 12 def initialize(*); end |
Instance Method Details
#failure? ⇒ Object
12 |
# File 'lib/resol/result.rb', line 12 def initialize(*); end |
#success? ⇒ Object
12 |
# File 'lib/resol/result.rb', line 12 def initialize(*); end |
#value! ⇒ Object
12 |
# File 'lib/resol/result.rb', line 12 def initialize(*); end |
#value_or ⇒ Object
12 |
# File 'lib/resol/result.rb', line 12 def initialize(*); end |