class Bugzilla::Group
Bugzilla::Group¶ ↑
Bugzilla::Group class is to access the Bugzilla::WebService::Group API that allows you to create Groups and get information about them.
Protected Instance Methods
__create(cmd, *args)
click to toggle source
# File lib/bugzilla/group.rb, line 38 def __create(cmd, *args) # FIXME end
__update(cmd, *args)
click to toggle source
# File lib/bugzilla/group.rb, line 42 def __update(cmd, *args) # FIXME end