Sha256: 110492705477c11acd866df73e883447ca65689b7d92f9a2ec3036004c960084

Contents?: true

Size: 126 Bytes

Versions: 70

Compression:

Stored size: 126 Bytes

Contents

module Types
  class TargetingEnum < Types::BaseEnum
    Targeting::TYPES.each_key do |key|
      value key
    end
  end
end

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
foreman_remote_execution-6.2.0 app/graphql/types/targeting_enum.rb
foreman_remote_execution-5.0.5 app/graphql/types/targeting_enum.rb
foreman_remote_execution-6.1.0 app/graphql/types/targeting_enum.rb
foreman_remote_execution-5.0.4 app/graphql/types/targeting_enum.rb
foreman_remote_execution-5.0.3 app/graphql/types/targeting_enum.rb
foreman_remote_execution-6.0.0 app/graphql/types/targeting_enum.rb
foreman_remote_execution-5.0.2 app/graphql/types/targeting_enum.rb
foreman_remote_execution-5.1.0 app/graphql/types/targeting_enum.rb
foreman_remote_execution-5.0.1 app/graphql/types/targeting_enum.rb
foreman_remote_execution-5.0.0 app/graphql/types/targeting_enum.rb