Class: Fluent::GoogleChatClient::WebApi
- Defined in:
- lib/fluent/plugin/google_chat_client.rb
Overview
GoogleChat client
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#debug_dev, #https_proxy, #keyfile, #log
Instance Method Summary collapse
-
#post_message(params = {}) ⇒ Object
Sends a message to a space.
Methods inherited from Base
#authorize, #initialize, #post, #proxy_class
Constructor Details
This class inherits a constructor from Fluent::GoogleChatClient::Base
Instance Method Details
#post_message(params = {}) ⇒ Object
Sends a message to a space.
84 85 86 87 |
# File 'lib/fluent/plugin/google_chat_client.rb', line 84 def (params = {}) log.info { "out_google_chat: post_message #{params}" } post(params) end |