Class: Labimotion::ShareResolver::OwnerRef
- Inherits:
-
Struct
- Object
- Struct
- Labimotion::ShareResolver::OwnerRef
- Defined in:
- lib/labimotion/libs/share_resolver.rb
Overview
An owner entry in the context: the share row's user id survives even when the user record cannot be resolved, so a departed-and-purged owner still shows as "user #id (unknown)" instead of losing the id the transfer flow needs.
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
58 59 60 |
# File 'lib/labimotion/libs/share_resolver.rb', line 58 def id @id end |
#user ⇒ Object
Returns the value of attribute user
58 59 60 |
# File 'lib/labimotion/libs/share_resolver.rb', line 58 def user @user end |