Method: Frontapp::Client::Conversations#get_conversation
- Defined in:
- lib/frontapp/client/conversations.rb
#get_conversation(conversation_id) ⇒ Object
Parameters Name Type Description
conversation_id string Id of the requested conversation
14 15 16 |
# File 'lib/frontapp/client/conversations.rb', line 14 def get_conversation(conversation_id) get("conversations/#{conversation_id}") end |