Sha256: fad34cc5fe8100bcac6a0efd4ad82de2fc5827bf17296962f8902eda8f07f183
Contents?: true
Size: 401 Bytes
Versions: 3
Compression:
Stored size: 401 Bytes
Contents
# frozen_string_literal: true module Lokalise module Resources class Translation < Base ID_KEY = 'translation_id' supports :update, [:reload_data, '', :find] class << self def endpoint(project_id, translation_id = nil) path_from projects: project_id, translations: translation_id end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems