class Rodzilla::Resource::Classification
Bugzilla::Webservice::Classification - The Classification API This part of the Bugzilla API allows you to deal with the available Classifications. You will be able to get information about them as well as manipulate them.
Public Instance Methods
get(ids)
click to toggle source
Returns a hash containing information about a set of classifications.
# File lib/rodzilla/resource/classification.rb, line 9 def get(ids) rpc_call( rpc_method: "get", ids: ids ) end