Class: Enlight::Responses::GetUserRoles
- Defined in:
- lib/enlight/responses/get_user_roles.rb
Instance Attribute Summary collapse
-
#roles ⇒ Object
Returns the value of attribute roles.
Attributes inherited from Response
Method Summary
Methods inherited from Response
Constructor Details
This class inherits a constructor from Enlight::Responses::Response
Instance Attribute Details
#roles ⇒ Object
Returns the value of attribute roles.
4 5 6 |
# File 'lib/enlight/responses/get_user_roles.rb', line 4 def roles @roles end |