Class: Ansible::Ruby::Modules::Locale_gen

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/system/locale_gen.rb

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#nameString

Returns Name and encoding of the locale, such as “en_GB.UTF-8”.

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent, nil)

    Whether the locale shall be present.



14
# File 'lib/ansible/ruby/modules/generated/extras/system/locale_gen.rb', line 14

attribute :state