Module: Schematic::Types::FeatureLifecyclePhase

Extended by:
Internal::Types::Enum
Defined in:
lib/schematic/types/feature_lifecycle_phase.rb

Constant Summary collapse

ADD_ON =
"add_on"
ALPHA =
"alpha"
BETA =
"beta"
DEPRECATED =
"deprecated"
GA =
"ga"
INACTIVE =
"inactive"
IN_PLAN =
"in_plan"
INTERNAL_TESTING =
"internal_testing"
LEGACY =
"legacy"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load