Class: ICWS::Configuration::Workgroups
- Inherits:
-
ConfigurationItem
- Object
- ConfigurationItem
- ICWS::Configuration::Workgroups
- 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
-
#initialize(connection) ⇒ Workgroups
constructor
A new instance of Workgroups.
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 |