Class: Script::Layers::Infrastructure::ExtensionPointRepository

Inherits:
Object
  • Object
show all
Defined in:
lib/project_types/script/layers/infrastructure/extension_point_repository.rb

Instance Method Summary collapse

Instance Method Details

#extension_point_typesObject



11
12
13
# File 'lib/project_types/script/layers/infrastructure/extension_point_repository.rb', line 11

def extension_point_types
  extension_points.keys
end

#get_extension_point(type) ⇒ Object



7
8
9
# File 'lib/project_types/script/layers/infrastructure/extension_point_repository.rb', line 7

def get_extension_point(type)
  Domain::ExtensionPoint.new(type, fetch_extension_point(type))
end