Class: Ansible::Ruby::Modules::Grove

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

Overview

The M(grove) module sends a message for a service to a Grove.io channel.

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

#channel_tokenString

Returns Token of the channel to post to.

Returns:

  • (String)

    Token of the channel to post to.



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

attribute :channel_token

#icon_urlObject?

Returns Icon for the service.

Returns:

  • (Object, nil)

    Icon for the service



26
# File 'lib/ansible/ruby/modules/generated/extras/notification/grove.rb', line 26

attribute :icon_url

#messageString

Returns Message content.

Returns:

  • (String)

    Message content



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

attribute :message

#serviceString?

Returns Name of the service (displayed as the “user” in the message).

Returns:

  • (String, nil)

    Name of the service (displayed as the “user” in the message)



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

attribute :service

#urlObject?

Returns Service URL for the web client.

Returns:

  • (Object, nil)

    Service URL for the web client



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

attribute :url

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.



29
# File 'lib/ansible/ruby/modules/generated/extras/notification/grove.rb', line 29

attribute :validate_certs