Class: Actions::Katello::CapsuleContent::RemoveOrphans

Inherits:
Pulp::Abstract
  • Object
show all
Defined in:
app/lib/actions/katello/capsule_content/remove_orphans.rb

Instance Method Summary collapse

Methods inherited from Pulp::Abstract

#pulp_extensions, #pulp_resources

Instance Method Details

#runObject



9
10
11
# File 'app/lib/actions/katello/capsule_content/remove_orphans.rb', line 9

def run
  pulp_resources.content.remove_orphans
end