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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/notification/grove.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

#channel_tokenString

Returns Token of the channel to post to.

Returns:

  • (String)

    Token of the channel to post to.



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

attribute :channel_token

#icon_urlObject?

Returns Icon for the service.

Returns:

  • (Object, nil)

    Icon for the service



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

attribute :icon_url

#messageString

Returns Message content.

Returns:

  • (String)

    Message content



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

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)



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

attribute :service

#urlObject?

Returns Service URL for the web client.

Returns:

  • (Object, nil)

    Service URL for the web client



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

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.



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

attribute :validate_certs