Module: ConvenientService::Feature

Defined in:
lib/convenient_service/feature.rb,
lib/convenient_service/feature/core.rb,
lib/convenient_service/feature/configs/aliases.rb,
lib/convenient_service/feature/configs/standard.rb,
lib/convenient_service/feature/plugins/has_inspect/concern.rb,
lib/convenient_service/feature/plugins/can_have_entries/concern.rb,
lib/convenient_service/feature/plugins/can_have_entries/exceptions.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/concern.rb,
lib/convenient_service/feature/plugins/has_amazing_print_inspect/concern.rb,
lib/convenient_service/feature/plugins/has_awesome_print_inspect/concern.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/middleware.rb,
lib/convenient_service/feature/plugins/can_have_entries/commands/define_entry.rb,
lib/convenient_service/feature/plugins/can_have_rspec_stubbed_entries/concern.rb,
lib/convenient_service/feature/plugins/can_have_entries/commands/define_entries.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/entities/value_mock.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/entities/feature_stub.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/entities/value_unmock.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/entities/feature_unstub.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/commands/set_feature_stubbed_entry.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/commands/delete_feature_stubbed_entry.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/commands/fetch_feature_stubbed_entries_cache.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/commands/fetch_all_features_stubbed_entries_cache.rb

Overview

Note:

Feature core expected to be used via Core.

Note:

Feature configs expected to be used via Standard::Config alias.

Note:

Feature plugins expected to be used via Plugins::Feature alias.

Intermediate module/namespace to access core, plugins and configs that can be applied only to features.

Returns:

  • (Module)

Since:

  • 1.0.0

Defined Under Namespace

Modules: Configs, Core, Plugins, Standard