Sha256: 70b7b7de0089875328ee6e7a521dc85eabcfd4e09ca17b2e90815f09bb886903

Contents?: true

Size: 345 Bytes

Versions: 7

Compression:

Stored size: 345 Bytes

Contents

module Runcible
  module Models
    class PythonImporter < Importer
      ID = 'python_importer'
      REPO_TYPE = 'python-repo'

      attr_accessor 'packages_names'

      def id
        PythonImporter::ID
      end

      def repo_type
        PythonImporter::REPO_TYPE
      end

      def config
        as_json
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
runcible-1.7.2 lib/runcible/models/python_importer.rb
runcible-1.7.1 lib/runcible/models/python_importer.rb
runcible-1.7.0 lib/runcible/models/python_importer.rb
runcible-1.6.0 lib/runcible/models/python_importer.rb
runcible-1.5.1 lib/runcible/models/python_importer.rb
runcible-1.5.0 lib/runcible/models/python_importer.rb
runcible-1.4.0 lib/runcible/models/python_importer.rb