Class: Orc::Result::Failure

Inherits:
Orc::Result show all
Defined in:
lib/orc.rb

Overview

Result object indicating failure along with status and context

Instance Method Summary collapse

Methods inherited from Orc::Result

failure, #failure?, success, #update

Instance Method Details

#success?false

Indicate success

Returns:

  • (false)


68
69
70
# File 'lib/orc.rb', line 68

def success?
  false
end