Class: AuthenticationProvider
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- AuthenticationProvider
- Defined in:
- app/models/authentication_provider.rb
Instance Attribute Summary collapse
-
#created_at ⇒ datetime
The current value of created_at.
-
#name ⇒ string
The current value of name.
-
#updated_at ⇒ datetime
The current value of updated_at.
Instance Attribute Details
#created_at ⇒ datetime
5 6 7 |
# File 'app/models/authentication_provider.rb', line 5 def created_at @created_at end |
#name ⇒ string
5 6 7 |
# File 'app/models/authentication_provider.rb', line 5 def name @name end |
#updated_at ⇒ datetime
5 6 7 |
# File 'app/models/authentication_provider.rb', line 5 def updated_at @updated_at end |