Class: Ansible::Ruby::Modules::Locale_gen
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Locale_gen
- Defined in:
- lib/ansible/ruby/modules/generated/extras/system/locale_gen.rb
Instance Method Summary collapse
-
#name ⇒ String
Name and encoding of the locale, such as “en_GB.UTF-8”.
-
#state ⇒ :present, ...
Whether the locale shall be present.
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
#name ⇒ String
Returns Name and encoding of the locale, such as “en_GB.UTF-8”.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/system/locale_gen.rb', line 10 attribute :name |
#state ⇒ :present, ...
Returns Whether the locale shall be present.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/system/locale_gen.rb', line 14 attribute :state |