Class: SendGrid4r::REST::Users::Password

Inherits:
Struct
  • Object
show all
Defined in:
lib/sendgrid4r/rest/users.rb

Instance Attribute Summary collapse

Instance Attribute Details

#new_passwordObject

Returns the value of attribute new_password

Returns:

  • (Object)

    the current value of new_password



26
27
28
# File 'lib/sendgrid4r/rest/users.rb', line 26

def new_password
  @new_password
end

#old_passwordObject

Returns the value of attribute old_password

Returns:

  • (Object)

    the current value of old_password



26
27
28
# File 'lib/sendgrid4r/rest/users.rb', line 26

def old_password
  @old_password
end