Class: Rodzilla::Resource::Classification

Inherits:
Base
  • Object
show all
Defined in:
lib/rodzilla/resource/classification.rb

Overview

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.

Instance Attribute Summary

Attributes inherited from Base

#base_url, #format, #password, #service, #username

Instance Method Summary collapse

Methods inherited from Base

#initialize, #raw_http_request, #rpc_call

Constructor Details

This class inherits a constructor from Rodzilla::Resource::Base

Instance Method Details

#get(ids) ⇒ Object

Returns a hash containing information about a set of classifications.



9
10
11
# File 'lib/rodzilla/resource/classification.rb', line 9

def get(ids)
  rpc_call( rpc_method: "get", ids: ids )
end