Class: DropboxApi::Metadata::FileCategory

Inherits:
Tag
  • Object
show all
Defined in:
lib/dropbox_api/metadata/file_category.rb

Constant Summary collapse

VALID_VALUES =
%i[
  image
  document
  pdf
  spreadsheet
  presentation
  audio
  video
  folder
  paper
  others
].freeze

Class Method Summary collapse

Methods inherited from Tag

new, validate

Methods inherited from Base

field, #initialize, #serialized_field, #to_hash

Constructor Details

This class inherits a constructor from DropboxApi::Metadata::Base

Class Method Details

.valid_valuesObject



18
19
20
# File 'lib/dropbox_api/metadata/file_category.rb', line 18

def self.valid_values
  VALID_VALUES
end