Class: Enlight::Requests::UpdateUserPassword
- Defined in:
- lib/enlight/requests/update_user_password.rb
Instance Attribute Summary collapse
-
#force_password_change ⇒ Object
Returns the value of attribute force_password_change.
-
#password ⇒ Object
TODO need to override build_uri method because id is a query param in this rest call.
Attributes inherited from Request
Method Summary
Methods inherited from Request
#build_uri, #fetch, #initialize, #resource
Constructor Details
This class inherits a constructor from Enlight::Requests::Request
Instance Attribute Details
#force_password_change ⇒ Object
Returns the value of attribute force_password_change.
6 7 8 |
# File 'lib/enlight/requests/update_user_password.rb', line 6 def force_password_change @force_password_change end |
#password ⇒ Object
TODO need to override build_uri method because id is a query param in this rest call
5 6 7 |
# File 'lib/enlight/requests/update_user_password.rb', line 5 def password @password end |