Method: Mints::Contact#get_conversations
- Defined in:
- lib/contact.rb
#get_conversations(options = nil) ⇒ Object
Get Conversations.
Get a collection of conversations.
Parameters
- options
-
(Hash) – List of Resource Collection Options shown above can be used as parameter.
FIXME: This method doesn’t return data.
239 240 241 |
# File 'lib/contact.rb', line 239 def get_conversations( = nil) return @client.raw("get", "/content/conversations", , nil, @contact_v1_url) end |