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