Module: Substation::Response::API::Failure

Included in:
Processor::Evaluator::Result::Failure, Exception, Failure
Defined in:
lib/substation/response/api.rb

Overview

Indicate errorneous processing

Instance Method Summary collapse

Instance Method Details

#success?false

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Test wether processing was successful

Returns:

  • (false)


30
31
32
# File 'lib/substation/response/api.rb', line 30

def success?
  false
end