Module: Openlayer::Models::Governance::FrameworkListProjectRuleStatsParams::SortColumn
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/openlayer/models/governance/framework_list_project_rule_stats_params.rb,
sig/openlayer/models/governance/framework_list_project_rule_stats_params.rbs
Overview
The column to sort on.
Constant Summary collapse
- PROJECT_NAME =
:projectName- TOTAL =
:total- OVERALL_COMPLETION =
:overallCompletion- TOTAL_PASSING =
:totalPassing- TOTAL_FAILING =
:totalFailing- TOTAL_SKIPPED =
:totalSkipped- TOTAL_RUNNING =
:totalRunning- TOTAL_ERROR =
:totalError- TOTAL_PENDING =
:totalPending- TOTAL_DUE_SOON =
:totalDueSoon
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>
|
|
# File 'lib/openlayer/models/governance/framework_list_project_rule_stats_params.rb', line 68
|
Instance Method Details
#self?.values ⇒ ::Array[Openlayer::Models::Governance::FrameworkListProjectRuleStatsParams::sort_column]
82 |
# File 'sig/openlayer/models/governance/framework_list_project_rule_stats_params.rbs', line 82 def self?.values: -> ::Array[Openlayer::Models::Governance::FrameworkListProjectRuleStatsParams::sort_column] |