Class: Script::Layers::Application::ExtensionPoints

Inherits:
Object
  • Object
show all
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

.typesObject



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