Sha256: fe7339dd50ed765b8cc2828e7ba85b77611e7ff7f9dbe1a8e1510fd9ad6a3437
Contents?: true
Size: 374 Bytes
Versions: 19
Compression:
Stored size: 374 Bytes
Contents
# frozen_string_literal: true module Script module Layers module Application class ExtensionPoints def self.get(type:) Infrastructure::ExtensionPointRepository.new.get_extension_point(type) end def self.types Infrastructure::ExtensionPointRepository.new.extension_point_types end end end end end
Version data entries
19 entries across 19 versions & 1 rubygems