Class: CommandTower::Deserializers::Me::ChangePasswordDeserializer::Input
- Inherits:
-
Data
- Object
- Data
- CommandTower::Deserializers::Me::ChangePasswordDeserializer::Input
- Defined in:
- app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb
Instance Attribute Summary collapse
-
#current_password ⇒ Object
readonly
Returns the value of attribute current_password.
-
#password ⇒ Object
readonly
Returns the value of attribute password.
-
#password_confirmation ⇒ Object
readonly
Returns the value of attribute password_confirmation.
Instance Attribute Details
#current_password ⇒ Object (readonly)
Returns the value of attribute current_password
9 10 11 |
# File 'app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb', line 9 def current_password @current_password end |
#password ⇒ Object (readonly)
Returns the value of attribute password
9 10 11 |
# File 'app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb', line 9 def password @password end |
#password_confirmation ⇒ Object (readonly)
Returns the value of attribute password_confirmation
9 10 11 |
# File 'app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb', line 9 def password_confirmation @password_confirmation end |