Class: Ansible::Ruby::Modules::Assert
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Assert
- Defined in:
- lib/ansible/ruby/modules/generated/core/utilities/logic/assert.rb
Instance Method Summary collapse
-
#that ⇒ Array<String>, String
A string expression of the same form that can be passed to the ‘when’ statement,Alternatively, a list of string expressions.
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
#that ⇒ Array<String>, String
Returns A string expression of the same form that can be passed to the ‘when’ statement,Alternatively, a list of string expressions.
10 |
# File 'lib/ansible/ruby/modules/generated/core/utilities/logic/assert.rb', line 10 attribute :that |