Class: Packages::Pypi::PackageFinder

Inherits:
GroupOrProjectPackageFinder show all
Defined in:
app/finders/packages/pypi/package_finder.rb

Constant Summary

Constants included from FinderHelper

FinderHelper::InvalidPackageTypeError, FinderHelper::InvalidStatusError

Instance Method Summary collapse

Methods inherited from GroupOrProjectPackageFinder

#execute!, #initialize

Constructor Details

This class inherits a constructor from Packages::GroupOrProjectPackageFinder

Instance Method Details

#executeObject



6
7
8
# File 'app/finders/packages/pypi/package_finder.rb', line 6

def execute
  packages.by_file_name_and_sha256(@params[:filename], @params[:sha256])
end