Method: Flows::Result#status
- Defined in:
- lib/flows/result.rb
#status ⇒ Symbol (readonly)
Returns status of Result Object, default is :ok for successful results
and :err for failure results.
169 170 171 |
# File 'lib/flows/result.rb', line 169 def status @status end |