Module: ChatWork::Client::MyStatusMethods
- Included in:
- ChatWork::Client
- Defined in:
- lib/chatwork/client/my_status_methods.rb
Instance Method Summary collapse
-
#get_my_status {|response_body, response_header| ... } ⇒ Hashie::Mash
Get the number of: unread messages, unread To messages, and unfinished tasks.
Instance Method Details
#get_my_status {|response_body, response_header| ... } ⇒ Hashie::Mash
Get the number of: unread messages, unread To messages, and unfinished tasks.
22 23 24 |
# File 'lib/chatwork/client/my_status_methods.rb', line 22 def get_my_status(&block) get("/my/status", &block) end |