Module: ConvenientService::Feature::Plugins::CanHaveStubbedEntries

Defined in:
lib/convenient_service/feature/plugins/can_have_stubbed_entries.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/concern.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/middleware.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/fetch_feature_stubbed_entries_cache.rb,
lib/convenient_service/feature/plugins/can_have_stubbed_entries/commands/fetch_all_features_stubbed_entries_cache.rb

Defined Under Namespace

Modules: Commands, Concern Classes: Middleware

Class Method Summary collapse

Class Method Details

.set_feature_stubbed_entry(feature, entry, arguments, value) ⇒ Object



17
18
19
# File 'lib/convenient_service/feature/plugins/can_have_stubbed_entries.rb', line 17

def set_feature_stubbed_entry(feature, entry, arguments, value)
  Commands::SetFeatureStubbedEntry[feature: feature, entry: entry, arguments: arguments, value: value]
end