Module: Stigg::Models::V1Beta::Customers::EntitlementCheckResponse::Data::Feature::Feature::FeatureStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/stigg/models/v1_beta/customers/entitlement_check_response.rb,
sig/stigg/models/v1_beta/customers/entitlement_check_response.rbs
Overview
The current status of the feature.
Constant Summary collapse
- NEW =
:NEW- SUSPENDED =
:SUSPENDED- ACTIVE =
:ACTIVE
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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
Instance Method Details
#self?.values ⇒ ::Array[Stigg::Models::V1Beta::Customers::EntitlementCheckResponse::Data::Feature::Feature::feature_status]
245 |
# File 'sig/stigg/models/v1_beta/customers/entitlement_check_response.rbs', line 245
def self?.values: -> ::Array[Stigg::Models::V1Beta::Customers::EntitlementCheckResponse::Data::Feature::Feature::feature_status]
|