Sha256: 9c6113c75a750a946e516e00a94254d7e1f8aed85e1c27c0ba8d6026f1793a3e
Contents?: true
Size: 269 Bytes
Versions: 14
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true module Lokalise module Collections class ProjectComment < Base class << self def endpoint(project_id, *_args) path_from projects: [project_id, 'comments'] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems