Class: Synacrb::Common::LoginUpdate

Inherits:
Struct
  • Object
show all
Defined in:
lib/synacrb/common.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



48
49
50
# File 'lib/synacrb/common.rb', line 48

def name
  @name
end

#password_currentObject

Returns the value of attribute password_current

Returns:

  • (Object)

    the current value of password_current



48
49
50
# File 'lib/synacrb/common.rb', line 48

def password_current
  @password_current
end

#password_newObject

Returns the value of attribute password_new

Returns:

  • (Object)

    the current value of password_new



48
49
50
# File 'lib/synacrb/common.rb', line 48

def password_new
  @password_new
end

#reset_tokenObject

Returns the value of attribute reset_token

Returns:

  • (Object)

    the current value of reset_token



48
49
50
# File 'lib/synacrb/common.rb', line 48

def reset_token
  @reset_token
end