Module: GrooveHQ::Client::Attachments

Included in:
GrooveHQ::Client
Defined in:
lib/groovehq/client/attachments.rb

Instance Method Summary collapse

Instance Method Details

#attachments(message_id) ⇒ Object



6
7
8
# File 'lib/groovehq/client/attachments.rb', line 6

def attachments(message_id)
  get("/attachments", message: message_id)
end