module Trole::Api::Read

Public Instance Methods

role_name() click to toggle source

the role name @return [Symbol] the name of the role

# File lib/trole/api/read.rb, line 10
def role_name
  role_list.first      
end