Module: Telnyx::Models::SimCards::SimCardAction::ActionType

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

Overview

The operation type. It can be one of the following:

  • enable - move the SIM card to the enabled status
  • enable_standby_sim_card - move a SIM card previously on the standby status to the enabled status after it consumes data.
  • disable - move the SIM card to the disabled status
  • set_standby - move the SIM card to the standby status

See Also:

  • Telnyx::Models::SimCards::SimCardAction#action_type

Constant Summary collapse

ENABLE =

Returns:

  • (:enable)
:enable
ENABLE_STANDBY_SIM_CARD =

Returns:

  • (:enable_standby_sim_card)
:enable_standby_sim_card
DISABLE =

Returns:

  • (:disable)
:disable
SET_STANDBY =

Returns:

  • (:set_standby)
:set_standby

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::SimCards::SimCardAction::action_type]

Returns:

  • (::Array[Telnyx::Models::SimCards::SimCardAction::action_type])


86
# File 'sig/telnyx/models/sim_cards/sim_card_action.rbs', line 86

def self?.values: -> ::Array[Telnyx::Models::SimCards::SimCardAction::action_type]