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

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

Overview

The C(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, fix_inclusion, #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.



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

attribute :channel_token

#icon_urlObject?

Returns Icon for the service.

Returns:

  • (Object, nil)

    Icon for the service



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

attribute :icon_url

#messageString

Returns Message content.

Returns:

  • (String)

    Message content



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

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)



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

attribute :service

#urlObject?

Returns Service URL for the web client.

Returns:

  • (Object, nil)

    Service URL for the web client



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

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.



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

attribute :validate_certs