Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/hub_sso_lib.rb
Overview
Method to return a Roles object created from the contents of the Symbol the method is invoked upon.
Instance Method Summary collapse
Instance Method Details
#to_authenticated_roles ⇒ Object
1103 1104 1105 |
# File 'lib/hub_sso_lib.rb', line 1103 def to_authenticated_roles return self.to_s.to_authenticated_roles end |