Module: Telnyx::Models::SimCardGroups::SimCardGroupAction::Type
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/sim_card_groups/sim_card_group_action.rb,
sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs
Overview
Represents the type of the operation requested.
Constant Summary collapse
- SET_PRIVATE_WIRELESS_GATEWAY =
:set_private_wireless_gateway- REMOVE_PRIVATE_WIRELESS_GATEWAY =
:remove_private_wireless_gateway- SET_WIRELESS_BLOCKLIST =
:set_wireless_blocklist- REMOVE_WIRELESS_BLOCKLIST =
:remove_wireless_blocklist
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::SimCardGroups::SimCardGroupAction::type_]
117 |
# File 'sig/telnyx/models/sim_card_groups/sim_card_group_action.rbs', line 117
def self?.values: -> ::Array[Telnyx::Models::SimCardGroups::SimCardGroupAction::type_]
|