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