Class: Ansible::Ruby::Modules::Pushover

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/notification/pushover.rb

Overview

Send notifications via pushover, to subscriber list of devices, and email addresses. Requires pushover app on devices.

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

#app_tokenString

Returns Pushover issued token identifying your pushover app.

Returns:

  • (String)

    Pushover issued token identifying your pushover app.



15
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushover.rb', line 15

attribute :app_token

#msgString

Returns What message you wish to send.

Returns:

  • (String)

    What message you wish to send.



11
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushover.rb', line 11

attribute :msg

#priObject?

Returns Message priority (see U(pushover.net) for details.).

Returns:

  • (Object, nil)

    Message priority (see U(pushover.net) for details.)



23
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushover.rb', line 23

attribute :pri

#user_keyString

Returns Pushover issued authentication key for your user.

Returns:

  • (String)

    Pushover issued authentication key for your user.



19
# File 'lib/ansible/ruby/modules/generated/extras/notification/pushover.rb', line 19

attribute :user_key