Method: Mints::Contact#status
- Defined in:
- lib/contact.rb
#status ⇒ Object
Status.
Get contact logged status.
Example
@data = @mints_contact.status
190 191 192 |
# File 'lib/contact.rb', line 190 def status @client.raw('get', '/status', nil, nil, @contact_v1_url) end |