class Runcible::Extensions::DebRelease
Public Class Methods
content_type()
click to toggle source
# File lib/runcible/extensions/deb_release.rb, line 4 def self.content_type 'deb_release' end
Public Instance Methods
find()
click to toggle source
This function is not implemented for Releases since they do not have content IDs
# File lib/runcible/extensions/deb_release.rb, line 9 def find fail NotImplementedError end
find_all()
click to toggle source
This function is not implemented for Releases since they do not have content IDs
# File lib/runcible/extensions/deb_release.rb, line 14 def find_all fail NotImplementedError end
unassociate_ids_from_repo(repo_id, ids)
click to toggle source
This function is not implemented for Releases since they do not have content IDs
# File lib/runcible/extensions/deb_release.rb, line 19 def unassociate_ids_from_repo(repo_id, ids) fail NotImplementedError end