Class: Ansible::Ruby::Modules::Osx_defaults

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

Overview

osx_defaults allows users to read, write, and delete Mac OS X user defaults from Ansible scripts. Mac OS X applications and other programs use the defaults system to record user preferences and other information that must be maintained when the applications aren’t running (such as default font for new documents, or the position of an Info panel).

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, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#array_addBoolean?



27
# File 'lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb', line 27

attribute :array_add

#domainString?



11
# File 'lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb', line 11

attribute :domain

#hostString?



15
# File 'lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb', line 15

attribute :host

#keyString



19
# File 'lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb', line 19

attribute :key

#state:present, ...



35
# File 'lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb', line 35

attribute :state

#type:array, ...



23
# File 'lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb', line 23

attribute :type

#valueArray<String>, ...



31
# File 'lib/ansible/ruby/modules/generated/extras/system/osx_defaults.rb', line 31

attribute :value