Class: Soar::Authentication::Identity::Model
- Inherits:
-
Object
- Object
- Soar::Authentication::Identity::Model
- Defined in:
- lib/soar/authentication/identity/model.rb
Instance Method Summary collapse
-
#initialize(provider) ⇒ Model
constructor
A new instance of Model.
- #uuid ⇒ Object
Constructor Details
#initialize(provider) ⇒ Model
Returns a new instance of Model.
10 11 12 |
# File 'lib/soar/authentication/identity/model.rb', line 10 def initialize(provider) @provider = provider end |
Instance Method Details
#uuid ⇒ Object
14 15 16 |
# File 'lib/soar/authentication/identity/model.rb', line 14 def uuid @provider.uuid end |