Module: Telnyx::Models::EnterpriseCreateParams::NumberOfEmployees

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/enterprise_create_params.rb,
sig/telnyx/models/enterprise_create_params.rbs

Overview

Approximate headcount range. Used for vetting heuristics; pick the bucket that contains your current employee count.

Constant Summary collapse

NUMBER_OF_EMPLOYEES_1_10 =

Returns:

  • (:"1-10")
:"1-10"
NUMBER_OF_EMPLOYEES_11_50 =

Returns:

  • (:"11-50")
:"11-50"
NUMBER_OF_EMPLOYEES_51_200 =

Returns:

  • (:"51-200")
:"51-200"
NUMBER_OF_EMPLOYEES_201_500 =

Returns:

  • (:"201-500")
:"201-500"
NUMBER_OF_EMPLOYEES_501_2000 =

Returns:

  • (:"501-2000")
:"501-2000"
NUMBER_OF_EMPLOYEES_2001_10000 =

Returns:

  • (:"2001-10000")
:"2001-10000"
NUMBER_OF_EMPLOYEES_10001_PLUS =

Returns:

  • (:"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[Telnyx::Models::EnterpriseCreateParams::number_of_employees]

Returns:

  • (::Array[Telnyx::Models::EnterpriseCreateParams::number_of_employees])


241
# File 'sig/telnyx/models/enterprise_create_params.rbs', line 241

def self?.values: -> ::Array[Telnyx::Models::EnterpriseCreateParams::number_of_employees]