Method: Teamlab::Project#get_comment

Defined in:
lib/teamlab/modules/project.rb

#get_comment(comment_id) ⇒ Object

region Comment



102
103
104
# File 'lib/teamlab/modules/project.rb', line 102

def get_comment(comment_id)
  @request.get(['comment', comment_id.to_s])
end