Class: Enlight::Responses::GetUser

Inherits:
Response
  • Object
show all
Includes:
UserAttributable
Defined in:
lib/enlight/responses/get_user.rb

Instance Attribute Summary collapse

Attributes included from UserAttributable

#user

Attributes inherited from Response

#error, #status

Method Summary

Methods inherited from Response

#initialize

Constructor Details

This class inherits a constructor from Enlight::Responses::Response

Instance Attribute Details

#managed_organizationsObject

Returns the value of attribute managed_organizations.



7
8
9
# File 'lib/enlight/responses/get_user.rb', line 7

def managed_organizations
  @managed_organizations
end

#rolesObject

Returns the value of attribute roles.



6
7
8
# File 'lib/enlight/responses/get_user.rb', line 6

def roles
  @roles
end