module Teamwork::Client::Message

Public Instance Methods

get_message(id) click to toggle source

GET a single message return Teamwork::Thing

# File lib/teamwork/client/message.rb, line 8
def get_message(id)
  object_from_response(:get, "posts/#{id}", "post")
end