Class: ICWS::Configuration::Workgroups

Inherits:
ConfigurationItem show all
Defined in:
lib/icws/configuration/workgroups.rb

Overview

Represents the workgroups configuration in CIC. This class can perform operations to create/edit/delete Workgroups.

Instance Method Summary collapse

Methods inherited from ConfigurationItem

#create_new, #defaults, #delete, #get, #get_all, #update

Constructor Details

#initialize(connection) ⇒ Workgroups

Returns a new instance of Workgroups.



7
8
9
# File 'lib/icws/configuration/workgroups.rb', line 7

def initialize(connection)
    super(connection,'workgroups')
end