class OpenStack::Keystone::Admin::User::UserRole
User
Role
(“admin view”) (*Warning:* incomplete)
Attributes¶ ↑
-
name
- The name of theRole
-
description
- A description of the role
Public Instance Methods
role()
click to toggle source
Return the associated instance of OpenStack::Keystone::Admin::Role
# File lib/open_stack/keystone/admin/user.rb, line 153 def role OpenStack::Keystone::Admin::Role.find(self.id) if persisted? end