Method: Trello::Comment#list

Defined in:
lib/trello/comment.rb

#listObject

Returns the list the comment is located



48
49
50
# File 'lib/trello/comment.rb', line 48

def list
  List.from_response client.get("/actions/#{action_id}/list")
end