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