Module: Openlayer::Models::Governance::FrameworkListParams::SortColumn

Extended by:
Internal::Type::Enum
Defined in:
lib/openlayer/models/governance/framework_list_params.rb,
sig/openlayer/models/governance/framework_list_params.rbs

Overview

The column to sort on.

Constant Summary collapse

NAME =

Returns:

  • (:name)
:name
ENABLED =

Returns:

  • (:enabled)
:enabled
DATE_CREATED =

Returns:

  • (:dateCreated)
:dateCreated
DATE_UPDATED =

Returns:

  • (:dateUpdated)
:dateUpdated
OVERALL_COMPLETION =

Returns:

  • (:overallCompletion)
:overallCompletion
PROJECT_COMPLETION_BUCKETS =

Returns:

  • (:projectCompletionBuckets)
:projectCompletionBuckets

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

.values ⇒ Array<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openlayer/models/governance/framework_list_params.rb', line 142


Instance Method Details

#self?.values ⇒ ::Array[Openlayer::Models::Governance::FrameworkListParams::sort_column]

Returns:

  • (::Array[Openlayer::Models::Governance::FrameworkListParams::sort_column])


140
# File 'sig/openlayer/models/governance/framework_list_params.rbs', line 140

def self?.values: -> ::Array[Openlayer::Models::Governance::FrameworkListParams::sort_column]