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

Extended by:
ClassMethods
Includes:
Support::Concern
Defined in:
lib/convenient_service/feature/plugins/can_have_stubbed_entries/concern.rb

Class Method Summary collapse

Class Method Details

.stubbed_entriesConvenientService::Support::Cache



43
44
45
# File 'lib/convenient_service/feature/plugins/can_have_stubbed_entries/concern.rb', line 43

def stubbed_entries
  Commands::FetchFeatureStubbedEntriesCache.call(feature: self)
end