Sha256: 1486f3b1a18a8aa4adabcd3b41c1afec42e29a5bc3308e113ab87041f6733426

Contents?: true

Size: 368 Bytes

Versions: 6

Compression:

Stored size: 368 Bytes

Contents

module Runcible
  module Models
    class DockerImporter < Importer
      ID = 'docker_importer'
      REPO_TYPE = 'docker-repo'

      attr_accessor 'upstream_name', 'mask_id', 'enable_v1'

      def id
        DockerImporter::ID
      end

      def repo_type
        DockerImporter::REPO_TYPE
      end

      def config
        as_json
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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