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