Module: ChatWork::MyStatus
- Extended by:
- EntityMethods
- Defined in:
- lib/chatwork/my_status.rb
Class Method Summary collapse
-
.get ⇒ Hashie::Mash
Get the number of: unread messages, unread To messages, and unfinished tasks.
Class Method Details
.get ⇒ Hashie::Mash
Get the number of: unread messages, unread To messages, and unfinished tasks.
21 22 23 |
# File 'lib/chatwork/my_status.rb', line 21 def self.get _get("/my/status") end |