class Runcible::Extensions::Srpm

Public Class Methods

content_type() click to toggle source
# File lib/runcible/extensions/srpm.rb, line 4
def self.content_type
  'srpm'
end

Public Instance Methods

find() click to toggle source

This function is not implemented for RPMs since they do not have content IDs

# File lib/runcible/extensions/srpm.rb, line 9
def find
  fail NotImplementedError
end
find_all() click to toggle source

This function is not implemented for RPMs since they do not have content IDs

# File lib/runcible/extensions/srpm.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 RPMs since they do not have content IDs

# File lib/runcible/extensions/srpm.rb, line 19
def unassociate_ids_from_repo(repo_id, ids)
  fail NotImplementedError
end