Class: CommandTower::Deserializers::Messaging::Preferences::UpdateDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Messaging::Preferences::UpdateDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/messaging/preferences/update_deserializer.rb
Instance Attribute Summary collapse
-
#notification_type_key ⇒ Object
readonly
Returns the value of attribute notification_type_key.
-
#preference_state ⇒ Object
readonly
Returns the value of attribute preference_state.
Instance Attribute Details
#notification_type_key ⇒ Object (readonly)
Returns the value of attribute notification_type_key
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/messaging/preferences/update_deserializer.rb', line 8 def notification_type_key @notification_type_key end |
#preference_state ⇒ Object (readonly)
Returns the value of attribute preference_state
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/messaging/preferences/update_deserializer.rb', line 8 def preference_state @preference_state end |