Sha256: 383c17477988f819820332927165f470a15ef6fbc4dd59e387b3b3869a2e271b
Contents?: true
Size: 347 Bytes
Versions: 3
Compression:
Stored size: 347 Bytes
Contents
# frozen_string_literal: true module Lokalise module Resources class Screenshot < Base supports :update, :destroy class << self def endpoint(project_id, screenshot_id = nil) path_from projects: project_id, screenshots: screenshot_id end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems