Class: Fluent::GoogleChatClient::WebApi

Inherits:
Base
  • Object
show all
Defined in:
lib/fluent/plugin/google_chat_client.rb

Overview

GoogleChat client

Constant Summary

Constants inherited from Base

Base::SCOPE

Instance Attribute Summary

Attributes inherited from Base

#debug_dev, #https_proxy, #keyfile, #log

Instance Method Summary collapse

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 post_message(params = {})
  log.info { "out_google_chat: post_message #{params}" }
  post(params)
end