Class: DropboxApi::Metadata::SearchOrderBy

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

Constant Summary collapse

VALID_VALUES =
%i[
  relevance
  last_modified_time
].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



10
11
12
# File 'lib/dropbox_api/metadata/search_order_by.rb', line 10

def self.valid_values
  VALID_VALUES
end