Module: ContextDev::Models::BrandRetrieveResponse::Brand::Employees::Range
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/context_dev/models/brand_retrieve_response.rb,
sig/context_dev/models/brand_retrieve_response.rbs
Overview
Employee count range for the brand (e.g. '11 to 50')
Constant Summary collapse
- RANGE_1_TO_10 =
:"1 to 10"- RANGE_11_TO_50 =
:"11 to 50"- RANGE_51_TO_200 =
:"51 to 200"- RANGE_201_TO_500 =
:"201 to 500"- RANGE_501_TO_1000 =
:"501 to 1000"- RANGE_1001_TO_5000 =
:"1001 to 5000"- RANGE_5001_TO_10000 =
:"5001 to 10000"- RANGE_10001 =
:"10001+"
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[ContextDev::Models::BrandRetrieveResponse::Brand::Employees::range]
400 |
# File 'sig/context_dev/models/brand_retrieve_response.rbs', line 400
def self?.values: -> ::Array[ContextDev::Models::BrandRetrieveResponse::Brand::Employees::range]
|