Class: CommandTower::Deserializers::Auth::PasswordReset::SendDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Auth::PasswordReset::SendDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/auth/password_reset/send_deserializer.rb
Instance Attribute Summary collapse
-
#email ⇒ Object
readonly
Returns the value of attribute email.
Instance Attribute Details
#email ⇒ Object (readonly)
Returns the value of attribute email
8 9 10 |
# File 'app/deserializers/command_tower/deserializers/auth/password_reset/send_deserializer.rb', line 8 def email @email end |