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.

See Also:

  • Telnyx::Models::SimCardGroups::SimCardGroupAction#type

Constant Summary collapse

SET_PRIVATE_WIRELESS_GATEWAY =

Returns:

  • (:set_private_wireless_gateway)
:set_private_wireless_gateway
REMOVE_PRIVATE_WIRELESS_GATEWAY =

Returns:

  • (:remove_private_wireless_gateway)
:remove_private_wireless_gateway
SET_WIRELESS_BLOCKLIST =

Returns:

  • (:set_wireless_blocklist)
:set_wireless_blocklist
REMOVE_WIRELESS_BLOCKLIST =

Returns:

  • (: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_]

Returns:

  • (::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_]