Class: Ansible::Ruby::Modules::Win_group
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_group
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_group.rb
Instance Method Summary collapse
-
#description ⇒ Object?
Description of the group.
-
#name ⇒ Object
Name of the group.
-
#state ⇒ :present, ...
Create or remove the group.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ Object?
14 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_group.rb', line 14 attribute :description |
#name ⇒ Object
10 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_group.rb', line 10 attribute :name |
#state ⇒ :present, ...
17 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_group.rb', line 17 attribute :state |