Module: Dingtalk::Client
- Extended by:
- ActiveSupport::Autoload
- Includes:
- Configurable
- Defined in:
- lib/dingtalk/client.rb,
lib/dingtalk/client/errors.rb,
lib/dingtalk/client/result.rb,
lib/dingtalk/client/version.rb,
lib/dingtalk/client/configurable.rb,
lib/dingtalk/client/group_robot_client.rb,
lib/dingtalk/client/group_robot_client/core.rb,
lib/dingtalk/client/group_robot_client/notify_text.rb,
lib/dingtalk/client/group_robot_client/notify_feedcard.rb,
lib/dingtalk/client/group_robot_client/notify_markdown.rb
Overview
DingTalk Client
Defined Under Namespace
Modules: Configurable, GroupRobotClient Classes: ConfigurationError, Error, Result
Constant Summary collapse
- VERSION =
'0.2.0'
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
17 18 19 |
# File 'lib/dingtalk/client.rb', line 17 def self.included(base) base.include GroupRobotClient end |