Class: CommandTower::Deserializers::Me::ChangePasswordDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#current_passwordObject (readonly)

Returns the value of attribute current_password

Returns:

  • (Object)

    the current value of current_password



9
10
11
# File 'app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb', line 9

def current_password
  @current_password
end

#passwordObject (readonly)

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



9
10
11
# File 'app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb', line 9

def password
  @password
end

#password_confirmationObject (readonly)

Returns the value of attribute password_confirmation

Returns:

  • (Object)

    the current value of password_confirmation



9
10
11
# File 'app/deserializers/command_tower/deserializers/me/change_password_deserializer.rb', line 9

def password_confirmation
  @password_confirmation
end