Class: Arcp::Auth::Principal
- Inherits:
-
Data
- Object
- Data
- Arcp::Auth::Principal
- Defined in:
- lib/arcp/auth/auth_scheme.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#scopes ⇒ Object
readonly
Returns the value of attribute scopes.
Instance Attribute Details
#id ⇒ Object (readonly)
Returns the value of attribute id
5 6 7 |
# File 'lib/arcp/auth/auth_scheme.rb', line 5 def id @id end |
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/arcp/auth/auth_scheme.rb', line 5 def name @name end |
#scopes ⇒ Object (readonly)
Returns the value of attribute scopes
5 6 7 |
# File 'lib/arcp/auth/auth_scheme.rb', line 5 def scopes @scopes end |