Class: Enlight::Requests::RemoveUserFromRole
- Defined in:
- lib/enlight/requests/remove_user_from_role.rb
Instance Attribute Summary collapse
-
#role_id ⇒ Object
Returns the value of attribute role_id.
-
#user_id ⇒ Object
Returns the value of attribute user_id.
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
#role_id ⇒ Object
Returns the value of attribute role_id.
5 6 7 |
# File 'lib/enlight/requests/remove_user_from_role.rb', line 5 def role_id @role_id end |
#user_id ⇒ Object
Returns the value of attribute user_id.
4 5 6 |
# File 'lib/enlight/requests/remove_user_from_role.rb', line 4 def user_id @user_id end |