Method: Mints::Contact#get_conversation

Defined in:
lib/contact.rb

#get_conversation(id, options = nil) ⇒ Object

Get Conversation.

Get a conversation info.

Parameters

id

(Integer) – Conversation id.

options

(Hash) – List of Resource Collection Options shown above can be used as parameter.

FIXME: This method doesn’t return data.



251
252
253
# File 'lib/contact.rb', line 251

def get_conversation(id, options = nil)
  return @client.raw("get", "/content/conversations/#{id}", options, nil, @contact_v1_url)
end