Module: ChatWork::Contacts
- Extended by:
- EntityMethods
- Defined in:
- lib/chatwork/contacts.rb
Class Method Summary collapse
-
.get ⇒ Array<Hashie::Mash>
Get the list of your contacts.
Class Method Details
.get ⇒ Array<Hashie::Mash>
Get the list of your contacts
25 26 27 |
# File 'lib/chatwork/contacts.rb', line 25 def self.get _get("/contacts") end |