Sha256: b1ade1bc18186b3816ba684162af0f0d2f2d3314e7e4412f1c34add796db7661
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true module RubyLokaliseApi module Endpoints class CustomTranslationStatusesEndpoint < MainEndpoint private def base_query(project_id, status_id = nil) { projects: project_id, custom_translation_statuses: status_id } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems