Class: Katello::ContentViewRepository

Inherits:
Model
  • Object
show all
Defined in:
app/models/katello/content_view_repository.rb

Constant Summary collapse

ALLOWED_REPOSITORY_TYPES =
[Repository::YUM_TYPE,
 Repository::DOCKER_TYPE,
 Repository::OSTREE_TYPE
]

Method Summary

Methods inherited from Model

#destroy!