Class: Ansible::Ruby::Modules::Tower_settings

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_settings.rb

Overview

Get, Modify Ansible Tower settings. See U(www.ansible.com/tower) for an overview.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

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

Instance Method Details

#nameString?

Returns Name of setting to get/modify.

Returns:

  • (String, nil)

    Name of setting to get/modify



12
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_settings.rb', line 12

attribute :name

#valueArray<String>, ...

Returns Value to be modified for given setting.

Returns:

  • (Array<String>, String, nil)

    Value to be modified for given setting.



16
# File 'lib/ansible/ruby/modules/generated/web_infrastructure/ansible_tower/tower_settings.rb', line 16

attribute :value