Module: ChatWork::Contacts
- Defined in:
 - lib/chatwork/contacts.rb
 
Class Method Summary collapse
- 
  
    
      .get {|response_body, response_header| ... } ⇒ Array<Hashie::Mash> 
    
    
  
  
  
  
  
  
  
  
  
    
Get the list of your contacts.
 
Class Method Details
.get {|response_body, response_header| ... } ⇒ Array<Hashie::Mash>
Get the list of your contacts
      27 28 29  | 
    
      # File 'lib/chatwork/contacts.rb', line 27 def self.get(&block) ChatWork.client.get_contacts(&block) end  |