Sha256: 82e7febe0e1c2d5ef3aa0405bdd3c86e0b13c25fd1c9b8eaa6cafe360e0c9f71

Contents?: true

Size: 657 Bytes

Versions: 15

Compression:

Stored size: 657 Bytes

Contents

module Runcible
  module Extensions
    class DebComponent < Runcible::Extensions::Unit
      def self.content_type
        'deb_component'
      end

      # This function is not implemented for Components since they do not have content IDs
      def find
        fail NotImplementedError
      end

      # This function is not implemented for Components since they do not have content IDs
      def find_all
        fail NotImplementedError
      end

      # This function is not implemented for Components since they do not have content IDs
      def unassociate_ids_from_repo(repo_id, ids)
        fail NotImplementedError
      end
    end
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
runcible-2.13.1 lib/runcible/extensions/deb_component.rb
runcible-2.13.0 lib/runcible/extensions/deb_component.rb
runcible-2.12.1 lib/runcible/extensions/deb_component.rb
runcible-2.12.0 lib/runcible/extensions/deb_component.rb
runcible-2.11.1 lib/runcible/extensions/deb_component.rb
runcible-2.11.0 lib/runcible/extensions/deb_component.rb
runcible-2.10.1 lib/runcible/extensions/deb_component.rb
runcible-2.10.0 lib/runcible/extensions/deb_component.rb
runcible-2.9.0 lib/runcible/extensions/deb_component.rb
runcible-2.8.1 lib/runcible/extensions/deb_component.rb
runcible-2.8.0 lib/runcible/extensions/deb_component.rb
runcible-2.7.0 lib/runcible/extensions/deb_component.rb
runcible-2.6.0 lib/runcible/extensions/deb_component.rb
runcible-2.5.0 lib/runcible/extensions/deb_component.rb
runcible-2.4.0 lib/runcible/extensions/deb_component.rb