Module: ChatWork::MyStatus
- Defined in:
 - lib/chatwork/my_status.rb
 
Class Method Summary collapse
- 
  
    
      .get {|response_body, response_header| ... } ⇒ Hashie::Mash 
    
    
  
  
  
  
  
  
  
  
  
    
Get the number of: unread messages, unread To messages, and unfinished tasks.
 
Class Method Details
.get {|response_body, response_header| ... } ⇒ Hashie::Mash
Get the number of: unread messages, unread To messages, and unfinished tasks.
      23 24 25  | 
    
      # File 'lib/chatwork/my_status.rb', line 23 def self.get(&block) ChatWork.client.get_my_status(&block) end  |