Sha256: fa22d359f03b7980a6b284c3f13d689f2764b8d79e022ec409d4ac40f2b08e1b
Contents?: true
Size: 272 Bytes
Versions: 6
Compression:
Stored size: 272 Bytes
Contents
# frozen_string_literal: true module Eligible class FileObject < RestAPIBase ENDPOINT_NAME = 'files'.freeze # not an allowed operation so override the implementation to not support explicitly even though route is not defined def self.update; end end end
Version data entries
6 entries across 6 versions & 1 rubygems