Sha256: be33b553d361ce2fb15872f0c259939d2cb7fbc3e891335af75e1cffeae6cae6

Contents?: true

Size: 320 Bytes

Versions: 15

Compression:

Stored size: 320 Bytes

Contents

module Katello
  module Pulp
    class FileUnit < PulpContentUnit
      include LazyAccessor

      PULP_SELECT_FIELDS = %w(name checksum).freeze
      PULP_INDEXED_FIELDS = %w(name checksum _id).freeze
      CONTENT_TYPE = "file".freeze

      lazy_accessor :pulp_facts, :initializer => :backend_data
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
katello-3.3.2 app/services/katello/pulp/file_unit.rb
katello-3.3.1.1 app/services/katello/pulp/file_unit.rb
katello-3.3.1 app/services/katello/pulp/file_unit.rb
katello-3.3.0.1 app/services/katello/pulp/file_unit.rb
katello-3.3.0 app/services/katello/pulp/file_unit.rb
katello-3.3.0.rc2 app/services/katello/pulp/file_unit.rb
katello-3.3.0.rc1.1 app/services/katello/pulp/file_unit.rb
katello-3.3.0.rc1 app/services/katello/pulp/file_unit.rb
katello-3.2.1.1 app/services/katello/pulp/file_unit.rb
katello-3.2.1 app/services/katello/pulp/file_unit.rb
katello-3.2.0 app/services/katello/pulp/file_unit.rb
katello-3.2.0.rc3 app/services/katello/pulp/file_unit.rb
katello-3.2.0.rc2 app/services/katello/pulp/file_unit.rb
katello-3.2.0.rc1.1 app/services/katello/pulp/file_unit.rb
katello-3.2.0.rc1 app/services/katello/pulp/file_unit.rb