Class: Notiflows::Models::Users::UsersPreferences::ChannelTypes
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Notiflows::Models::Users::UsersPreferences::ChannelTypes
- Defined in:
- lib/notiflows/models/users/preferences.rb
Overview
Instance Attribute Summary collapse
-
#chat ⇒ Boolean?
Chat notifications (Slack, etc.).
-
#email ⇒ Boolean?
Email notifications.
-
#in_app ⇒ Boolean?
In-app feed notifications.
-
#mobile_push ⇒ Boolean?
Mobile push notifications (iOS/Android).
-
#sms ⇒ Boolean?
SMS notifications.
-
#web_push ⇒ Boolean?
Web push notifications.
Method Summary
Methods inherited from Internal::Type::BaseModel
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
This class inherits a constructor from Notiflows::Internal::Type::BaseModel
Instance Attribute Details
#chat ⇒ Boolean?
Chat notifications (Slack, etc.)
38 |
# File 'lib/notiflows/models/users/preferences.rb', line 38 optional :chat, ::Notiflows::Internal::Type::Boolean |
#email ⇒ Boolean?
Email notifications
44 |
# File 'lib/notiflows/models/users/preferences.rb', line 44 optional :email, ::Notiflows::Internal::Type::Boolean |
#in_app ⇒ Boolean?
In-app feed notifications
50 |
# File 'lib/notiflows/models/users/preferences.rb', line 50 optional :in_app, ::Notiflows::Internal::Type::Boolean |
#mobile_push ⇒ Boolean?
Mobile push notifications (iOS/Android)
56 |
# File 'lib/notiflows/models/users/preferences.rb', line 56 optional :mobile_push, ::Notiflows::Internal::Type::Boolean |