Class: CommandTower::Deserializers::Messaging::Preferences::UpdateDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/messaging/preferences/update_deserializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#notification_type_keyObject (readonly)

Returns the value of attribute notification_type_key

Returns:

  • (Object)

    the current value of 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_stateObject (readonly)

Returns the value of attribute preference_state

Returns:

  • (Object)

    the current value of preference_state



8
9
10
# File 'app/deserializers/command_tower/deserializers/messaging/preferences/update_deserializer.rb', line 8

def preference_state
  @preference_state
end