Method: Mints::Contact#status
- Defined in:
- lib/contact.rb
#status ⇒ Object
Status.
Get contact logged status.
Example
@mints_contact.status
184 185 186 |
# File 'lib/contact.rb', line 184 def status return @client.raw("get", "/contacts/status") end |