Sha256: 32084edcb942f4a838fd9ef2018f0b584b34c1caed948a6f43b96052eb9efbf7
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true module Eligible module V1_0 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 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
eligible-3.0.0.beta10 | lib/eligible/v1_0/file_object.rb |