Class: Auth::Sentry::User
- Inherits:
-
Object
- Object
- Auth::Sentry::User
- Defined in:
- lib/auth/sentry.rb
Instance Method Summary collapse
- #id ⇒ Object
-
#initialize(id) ⇒ User
constructor
A new instance of User.
Constructor Details
#initialize(id) ⇒ User
Returns a new instance of User.
4 |
# File 'lib/auth/sentry.rb', line 4 def initialize(id); @id = id; end |
Instance Method Details
#id ⇒ Object
5 |
# File 'lib/auth/sentry.rb', line 5 def id; @id; end |