Class: Misty::Auth::ProjectScope

Inherits:
Name
  • Object
show all
Includes:
Domain
Defined in:
lib/misty/auth/name.rb

Instance Attribute Summary

Attributes included from Domain

#domain

Attributes inherited from Name

#id, #name

Instance Method Summary collapse

Methods inherited from Name

#to_h

Instance Method Details

#identityObject



41
42
43
# File 'lib/misty/auth/name.rb', line 41

def identity
  { :project => super }
end