Module: Telnyx::Models::Portouts::WebhookPortoutFocDateChanged::AvailableNotificationMethod
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/telnyx/models/portouts/webhook_portout_foc_date_changed.rb
Constant Summary collapse
- EMAIL =
:email- WEBHOOK =
:webhook
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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
#initialize(id: nil, available_notification_methods: nil, created_at: nil, event_type: nil, payload: nil, payload_status: nil, portout_id: nil, record_type: nil, updated_at: nil) ⇒ Object
83 84 85 86 87 88 89 90 91 |
# File 'lib/telnyx/models/portouts/webhook_portout_foc_date_changed.rb', line 83 module AvailableNotificationMethod extend Telnyx::Internal::Type::Enum EMAIL = :email WEBHOOK = :webhook # @!method self.values # @return [Array<Symbol>] end |