Module: ConvenientService::Service::Plugins::CanHaveStubbedResults Private

Defined in:
lib/convenient_service/service/plugins/can_have_stubbed_results/concern.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/middleware.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/entities/result_mock.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/entities/service_stub.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/entities/result_unmock.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/entities/service_unstub.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/commands/set_service_stubbed_result.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/commands/delete_service_stubbed_result.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/commands/fetch_service_stubbed_results_cache.rb,
lib/convenient_service/service/plugins/can_have_stubbed_results/commands/fetch_all_services_stubbed_results_cache.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

Defined Under Namespace

Modules: Commands, Concern, Entities Classes: Middleware