Module: ConvenientService::Service::Plugins::HasNegatedJSendResult::Concern Private

Includes:
ConvenientService::Support::Concern
Defined in:
lib/convenient_service/service/plugins/has_negated_j_send_result/concern.rb

Overview

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

Since:

  • 1.0.0

Instance Method Summary collapse

Methods included from ConvenientService::Support::Concern

included

Instance Method Details

#negated_resultConvenientService::Service::Plugins::HasJSendResult::Entities::Result

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.

Note:

Users may override this method to provide custom negataed_result behavior.



20
21
22
# File 'lib/convenient_service/service/plugins/has_negated_j_send_result/concern.rb', line 20

def negated_result
  result.negated_result
end