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

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

Instance Method Summary collapse

Instance Method Details

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

Note:

Users may override this method to provide custom negataed_result behavior.



15
16
17
# File 'lib/convenient_service/service/plugins/has_negated_j_send_result/concern.rb', line 15

def negated_result
  result.negated_result
end