Method: Contactually::Contacts#count
- Defined in:
- lib/contactually/contacts.rb
#count(params = { limit: 1 }) ⇒ Object
50 51 52 |
# File 'lib/contactually/contacts.rb', line 50 def count(params = { limit: 1 }) @master.call('contacts.json', :get, params)["total_count"] end |