Class: Enlight::Requests::UpdateUserPassword

Inherits:
Request
  • Object
show all
Defined in:
lib/enlight/requests/update_user_password.rb

Instance Attribute Summary collapse

Attributes inherited from Request

#id

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_changeObject

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

#passwordObject

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