Class: Types::Packages::PackageTypeEnum

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

Constant Summary collapse

PACKAGE_TYPE_NAMES =
{
  pypi: 'PyPI',
  npm: 'npm',
  terraform_module: 'Terraform Module'
}.freeze

Method Summary

Methods inherited from BaseEnum

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