Class: SendGrid4r::REST::Users::Password
- Inherits:
-
Struct
- Object
- Struct
- SendGrid4r::REST::Users::Password
- Defined in:
- lib/sendgrid4r/rest/users.rb
Instance Attribute Summary collapse
-
#new_password ⇒ Object
Returns the value of attribute new_password.
-
#old_password ⇒ Object
Returns the value of attribute old_password.
Instance Attribute Details
#new_password ⇒ Object
Returns the value of attribute new_password
26 27 28 |
# File 'lib/sendgrid4r/rest/users.rb', line 26 def new_password @new_password end |
#old_password ⇒ Object
Returns the value of attribute old_password
26 27 28 |
# File 'lib/sendgrid4r/rest/users.rb', line 26 def old_password @old_password end |