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

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

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, #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.



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

attribute :app_token

#msgString

Returns What message you wish to send.

Returns:

  • (String)

    What message you wish to send.



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

attribute :msg

#priObject?

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

Returns:

  • (Object, nil)

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



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

attribute :pri

#user_keyString

Returns Pushover issued authentication key for your user.

Returns:

  • (String)

    Pushover issued authentication key for your user.



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

attribute :user_key