Class: Ansible::Ruby::Modules::Win_msg
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_msg
- Defined in:
- lib/ansible/ruby/modules/generated/windows/win_msg.rb
Overview
Wraps the msg.exe command in order to send messages to Windows hosts.
Instance Method Summary collapse
-
#display_seconds ⇒ Integer?
How long to wait for receiver to acknowledge message, in seconds.
-
#msg ⇒ String?
The text of the message to be displayed.,The message must be less than 256 characters.
-
#to ⇒ String?
Who to send the message to.
-
#wait ⇒ :yes, ...
Whether to wait for users to respond.
Methods inherited from Base
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
#display_seconds ⇒ Integer?
16 |
# File 'lib/ansible/ruby/modules/generated/windows/win_msg.rb', line 16 attribute :display_seconds |
#msg ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/windows/win_msg.rb', line 24 attribute :msg |
#to ⇒ String?
12 |
# File 'lib/ansible/ruby/modules/generated/windows/win_msg.rb', line 12 attribute :to |
#wait ⇒ :yes, ...
20 |
# File 'lib/ansible/ruby/modules/generated/windows/win_msg.rb', line 20 attribute :wait |