Class: Soar::Authentication::IdentityUuidTranslator::Model
- Inherits:
-
Object
- Object
- Soar::Authentication::IdentityUuidTranslator::Model
- Defined in:
- lib/soar/authentication/identity_uuid_translator/model.rb
Instance Attribute Summary collapse
-
#provider ⇒ Object
readonly
Returns the value of attribute provider.
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.
13 14 15 |
# File 'lib/soar/authentication/identity_uuid_translator/model.rb', line 13 def initialize(provider) @provider = provider end |
Instance Attribute Details
#provider ⇒ Object (readonly)
Returns the value of attribute provider.
11 12 13 |
# File 'lib/soar/authentication/identity_uuid_translator/model.rb', line 11 def provider @provider end |
Instance Method Details
#uuid ⇒ Object
17 18 19 |
# File 'lib/soar/authentication/identity_uuid_translator/model.rb', line 17 def uuid @provider.uuid end |