Class: CommandTower::Deserializers::Auth::PasswordReset::ResetDeserializer::Input

Inherits:
Data
  • Object
show all
Defined in:
app/deserializers/command_tower/deserializers/auth/password_reset/reset_deserializer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject (readonly)

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



8
9
10
# File 'app/deserializers/command_tower/deserializers/auth/password_reset/reset_deserializer.rb', line 8

def email
  @email
end

#passwordObject (readonly)

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



8
9
10
# File 'app/deserializers/command_tower/deserializers/auth/password_reset/reset_deserializer.rb', line 8

def password
  @password
end

#password_confirmationObject (readonly)

Returns the value of attribute password_confirmation

Returns:

  • (Object)

    the current value of password_confirmation



8
9
10
# File 'app/deserializers/command_tower/deserializers/auth/password_reset/reset_deserializer.rb', line 8

def password_confirmation
  @password_confirmation
end

#tokenObject (readonly)

Returns the value of attribute token

Returns:

  • (Object)

    the current value of token



8
9
10
# File 'app/deserializers/command_tower/deserializers/auth/password_reset/reset_deserializer.rb', line 8

def token
  @token
end