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

Version Path
eligible-3.0.0.beta9 lib/eligible/v1_0/file_object.rb
eligible-3.0.0.beta8 lib/eligible/v1_0/file_object.rb
eligible-3.0.0.beta7 lib/eligible/v1_0/file_object.rb
eligible-3.0.0.beta6 lib/eligible/v1_0/file_object.rb
eligible-3.0.0.beta5 lib/eligible/v1_0/file_object.rb
eligible-3.0.0.beta4 lib/eligible/v1_0/file_object.rb