# frozen_string_literal: true module RubyLokaliseApi module Resources class ProjectComment < Base ID_KEY = 'comment_id' DATA_KEY = 'Comment' end end end