Commit cb0430d6934159b5ed3afc8c17b817a9be468175
1 parent
b4ef8c04
Exists in
master
Add dingtalk attendance api
Showing
2 changed files
with
18 additions
and
0 deletions
Show diff stats
lib/dingtalk/client.rb
@@ -64,6 +64,10 @@ module Dingtalk | @@ -64,6 +64,10 @@ module Dingtalk | ||
64 | Api::User.new(@corp) | 64 | Api::User.new(@corp) |
65 | end | 65 | end |
66 | 66 | ||
67 | + def Attendance | ||
68 | + Api::Attendance.new(@corp) | ||
69 | + end | ||
70 | + | ||
67 | def message | 71 | def message |
68 | Api::Message.new(@corp) | 72 | Api::Message.new(@corp) |
69 | end | 73 | end |