Sha256: ff4fecfa343ce45b45c597a3b5d5be5b594cef6100592d912c56084f902dabba

Contents?: true

Size: 344 Bytes

Versions: 7

Compression:

Stored size: 344 Bytes

Contents

module Runcible
  module Models
    class IsoImporter < Importer
      ID = 'iso_importer'

      # Importer Type id
      #
      # @return [string]
      def id
        IsoImporter::ID
      end

      # generate the pulp config for the iso importer
      #
      # @return [Hash]
      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/iso_importer.rb
runcible-1.7.1 lib/runcible/models/iso_importer.rb
runcible-1.7.0 lib/runcible/models/iso_importer.rb
runcible-1.6.0 lib/runcible/models/iso_importer.rb
runcible-1.5.1 lib/runcible/models/iso_importer.rb
runcible-1.5.0 lib/runcible/models/iso_importer.rb
runcible-1.4.0 lib/runcible/models/iso_importer.rb