Module: Imagekitio::Models::Folder::Type

Extended by:
Internal::Type::Enum
Defined in:
lib/imagekitio/models/folder.rb,
sig/imagekitio/models/folder.rbs

Overview

Type of the asset.

See Also:

  • Imagekitio::Models::Folder#type

Constant Summary collapse

FOLDER =

Returns:

  • (:folder)
:folder

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/imagekitio/models/folder.rb', line 82

Instance Method Details

#self?.values::Array[Imagekitio::Models::Folder::type_]

Returns:

  • (::Array[Imagekitio::Models::Folder::type_])


72
# File 'sig/imagekitio/models/folder.rbs', line 72

def self?.values: -> ::Array[Imagekitio::Models::Folder::type_]