Class: Ansible::Ruby::Modules::Grove
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Grove
- 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
-
#channel_token ⇒ String
Token of the channel to post to.
-
#icon_url ⇒ Object?
Icon for the service.
-
#message ⇒ String
Message content.
-
#service ⇒ String?
Name of the service (displayed as the “user” in the message).
-
#url ⇒ Object?
Service URL for the web client.
-
#validate_certs ⇒ :yes, ...
If C(no), SSL certificates will not be validated.
Methods inherited from Base
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_token ⇒ String
Returns Token of the channel to post to.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/grove.rb', line 11 attribute :channel_token |
#icon_url ⇒ Object?
Returns Icon for the service.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/grove.rb', line 26 attribute :icon_url |
#message ⇒ String
Returns Message content.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/grove.rb', line 19 attribute :message |
#service ⇒ String?
Returns 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 |
#url ⇒ Object?
Returns 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.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/notification/grove.rb', line 29 attribute :validate_certs |