class Lokalise::Resources::CustomTranslationStatus

Constants

ID_KEY

Public Class Methods

colors(client, path, *_args) click to toggle source
# File lib/ruby-lokalise-api/resources/custom_translation_status.rb, line 10
def colors(client, path, *_args)
  get(path, client)['content']['colors']
end
endpoint(project_id, status_id = nil) click to toggle source
# File lib/ruby-lokalise-api/resources/custom_translation_status.rb, line 14
def endpoint(project_id, status_id = nil)
  path_from projects: project_id,
            custom_translation_statuses: status_id
end