Class: Arcp::Auth::Principal

Inherits:
Data
  • Object
show all
Defined in:
lib/arcp/auth/auth_scheme.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/arcp/auth/auth_scheme.rb', line 5

def id
  @id
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'lib/arcp/auth/auth_scheme.rb', line 5

def name
  @name
end

#scopesObject (readonly)

Returns the value of attribute scopes

Returns:

  • (Object)

    the current value of scopes



5
6
7
# File 'lib/arcp/auth/auth_scheme.rb', line 5

def scopes
  @scopes
end