class Runcible::Extensions::DebComponent
Public Class Methods
content_type()
click to toggle source
# File lib/runcible/extensions/deb_component.rb, line 4 def self.content_type 'deb_component' end
Public Instance Methods
find()
click to toggle source
This function is not implemented for Components since they do not have content IDs
# File lib/runcible/extensions/deb_component.rb, line 9 def find fail NotImplementedError end
find_all()
click to toggle source
This function is not implemented for Components since they do not have content IDs
# File lib/runcible/extensions/deb_component.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 Components since they do not have content IDs
# File lib/runcible/extensions/deb_component.rb, line 19 def unassociate_ids_from_repo(repo_id, ids) fail NotImplementedError end