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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/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, fix_inclusion, #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.



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

attribute :app_token

#msgString

Returns What message you wish to send.

Returns:

  • (String)

    What message you wish to send.



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

attribute :msg

#priObject?

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

Returns:

  • (Object, nil)

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



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

attribute :pri

#user_keyString

Returns Pushover issued authentication key for your user.

Returns:

  • (String)

    Pushover issued authentication key for your user.



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

attribute :user_key