Class: Script::Layers::Application::ExtensionPoints
- Inherits:
-
Object
- Object
- Script::Layers::Application::ExtensionPoints
- Defined in:
- lib/project_types/script/layers/application/extension_points.rb
Class Method Summary collapse
Class Method Details
.get(type:) ⇒ Object
7 8 9 |
# File 'lib/project_types/script/layers/application/extension_points.rb', line 7 def self.get(type:) Infrastructure::ExtensionPointRepository.new.get_extension_point(type) end |
.types ⇒ Object
11 12 13 |
# File 'lib/project_types/script/layers/application/extension_points.rb', line 11 def self.types Infrastructure::ExtensionPointRepository.new.extension_point_types end |