Sha256: 240b05a2da008f5e0d85db897ca0cdfd79626996bbe4e7d91e4e811bfe800b4b

Contents?: true

Size: 359 Bytes

Versions: 28

Compression:

Stored size: 359 Bytes

Contents

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

      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

28 entries across 28 versions & 1 rubygems

Version Path
runcible-2.13.1 lib/runcible/models/python_importer.rb
runcible-2.13.0 lib/runcible/models/python_importer.rb
runcible-2.12.1 lib/runcible/models/python_importer.rb
runcible-2.12.0 lib/runcible/models/python_importer.rb
runcible-2.11.1 lib/runcible/models/python_importer.rb
runcible-2.11.0 lib/runcible/models/python_importer.rb
runcible-2.10.1 lib/runcible/models/python_importer.rb
runcible-2.10.0 lib/runcible/models/python_importer.rb
runcible-2.9.0 lib/runcible/models/python_importer.rb
runcible-2.8.1 lib/runcible/models/python_importer.rb
runcible-2.8.0 lib/runcible/models/python_importer.rb
runcible-2.7.0 lib/runcible/models/python_importer.rb
runcible-2.6.0 lib/runcible/models/python_importer.rb
runcible-2.5.0 lib/runcible/models/python_importer.rb
runcible-2.4.0 lib/runcible/models/python_importer.rb
runcible-2.3.0 lib/runcible/models/python_importer.rb
runcible-2.2.0 lib/runcible/models/python_importer.rb
runcible-1.12.0 lib/runcible/models/python_importer.rb
runcible-2.1.0 lib/runcible/models/python_importer.rb
runcible-2.0.1 lib/runcible/models/python_importer.rb