Class: Types::ContainerExpirationPolicyKeepEnum

Inherits:
BaseEnum
  • Object
show all
Defined in:
app/graphql/types/container_expiration_policy_keep_enum.rb

Constant Summary collapse

OPTIONS_MAPPING =
{
  1 => 'ONE_TAG',
  5 => 'FIVE_TAGS',
  10 => 'TEN_TAGS',
  25 => 'TWENTY_FIVE_TAGS',
  50 => 'FIFTY_TAGS',
  100 => 'ONE_HUNDRED_TAGS'
}.freeze

Method Summary

Methods inherited from BaseEnum

authorization, authorize, authorized?, declarative_enum, enum, from_rails_enum, value