Class: Ansible::Ruby::Modules::Debug

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/utilities/logic/debug.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

#msgString?

Returns The customized message that is printed. If omitted, prints a generic message.

Returns:

  • (String, nil)

    The customized message that is printed. If omitted, prints a generic message.



10
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/debug.rb', line 10

attribute :msg

#varString?

Returns A variable name to debug. Mutually exclusive with the ‘msg’ option.

Returns:

  • (String, nil)

    A variable name to debug. Mutually exclusive with the ‘msg’ option.



14
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/debug.rb', line 14

attribute :var

#verbosityInteger?

Returns A number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above.

Returns:

  • (Integer, nil)

    A number that controls when the debug is run, if you set to 3 it will only run debug when -vvv or above



18
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/debug.rb', line 18

attribute :verbosity