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 theenabledstatusenable_standby_sim_card- move a SIM card previously on thestandbystatus to theenabledstatus after it consumes data.disable- move the SIM card to thedisabledstatusset_standby- move the SIM card to thestandbystatus
Constant Summary collapse
- ENABLE =
:enable- ENABLE_STANDBY_SIM_CARD =
:enable_standby_sim_card- DISABLE =
:disable- 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]
86 |
# File 'sig/telnyx/models/sim_cards/sim_card_action.rbs', line 86
def self?.values: -> ::Array[Telnyx::Models::SimCards::SimCardAction::action_type]
|