class Bugzilla::Group

rdoc

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 35
def __create(cmd, *args)
  # FIXME
end
__update(cmd, *args) click to toggle source
# File lib/bugzilla/group.rb, line 39
def __update(cmd, *args)
  # FIXME
end