theforeman/foreman_remote_execution

View on GitHub
app/graphql/types/targeting_enum.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Types
  class TargetingEnum < Types::BaseEnum
    Targeting::TYPES.each_key do |key|
      value key
    end
  end
end