Class: Failure

Inherits:
UseCaseFlow::Result show all
Defined in:
lib/use_case_flow/result.rb

Instance Attribute Summary

Attributes inherited from UseCaseFlow::Result

#name

Instance Method Summary collapse

Methods inherited from UseCaseFlow::Result

#else, #else_fail!, #initialize, #method_missing, #value, #values

Constructor Details

This class inherits a constructor from UseCaseFlow::Result

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UseCaseFlow::Result

Instance Method Details

#failure?Boolean

Returns:

  • (Boolean)


52
53
54
# File 'lib/use_case_flow/result.rb', line 52

def failure?
  true
end