Class: Actions::Katello::Repository::IndexContent

Inherits:
EntryAction
  • Object
show all
Defined in:
app/lib/actions/katello/repository/index_content.rb

Instance Method Summary collapse

Instance Method Details

#runObject



14
15
16
17
# File 'app/lib/actions/katello/repository/index_content.rb', line 14

def run
  repo = ::Katello::Repository.find(input[:id])
  repo.index_content
end