Sha256: 4a91f4ff297cb6406dfaa88c6f3663fd7a510d5581b776720a065d3d19bbdd9b
Contents?: true
Size: 277 Bytes
Versions: 7
Compression:
Stored size: 277 Bytes
Contents
# frozen_string_literal: true module RubyLokaliseApi module Collections class Translation < Base class << self def endpoint(project_id, *_args) path_from projects: [project_id, 'translations'] end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems