Class: Ansible::Ruby::Modules::Win_toast

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/windows/win_toast.rb

Overview

Sends alerts which appear in the Action Center area of the windows desktop.

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

#expireInteger?

Returns How long in seconds before the notification expires.

Returns:

  • (Integer, nil)

    How long in seconds before the notification expires.



12
# File 'lib/ansible/ruby/modules/generated/windows/win_toast.rb', line 12

attribute :expire

#groupString?

Returns Which notification group to add the notification to.

Returns:

  • (String, nil)

    Which notification group to add the notification to.



16
# File 'lib/ansible/ruby/modules/generated/windows/win_toast.rb', line 16

attribute :group

#msgArray<String>, ...

Returns The message to appear inside the notification.,May include n to format the message to appear within the Action Center.

Returns:

  • (Array<String>, String, nil)

    The message to appear inside the notification.,May include n to format the message to appear within the Action Center.



20
# File 'lib/ansible/ruby/modules/generated/windows/win_toast.rb', line 20

attribute :msg

Returns If C(no), the notification will not pop up and will only appear in the Action Center.

Returns:

  • (Boolean, nil)

    If C(no), the notification will not pop up and will only appear in the Action Center.



24
# File 'lib/ansible/ruby/modules/generated/windows/win_toast.rb', line 24

attribute :popup

#tagString?

Returns The tag to add to the notification.

Returns:

  • (String, nil)

    The tag to add to the notification.



28
# File 'lib/ansible/ruby/modules/generated/windows/win_toast.rb', line 28

attribute :tag

#titleString?

Returns The notification title, which appears in the pop up..

Returns:

  • (String, nil)

    The notification title, which appears in the pop up..



32
# File 'lib/ansible/ruby/modules/generated/windows/win_toast.rb', line 32

attribute :title