# frozen_string_literal: true module RubyLokaliseApi module Resources class Screenshot < Base MAIN_PARAMS = %i[project_id screenshot_id].freeze end end end