Class: Labimotion::ShareResolver::Refusal
- Inherits:
-
Struct
- Object
- Struct
- Labimotion::ShareResolver::Refusal
- Defined in:
- lib/labimotion/libs/share_resolver.rb
Overview
A refusal carries who to ask — naming the owner is what keeps a 403 from reading as an authorisation failure between equally authorised peers (§3).
Instance Attribute Summary collapse
-
#owner_id ⇒ Object
Returns the value of attribute owner_id.
Instance Attribute Details
#owner_id ⇒ Object
Returns the value of attribute owner_id
49 50 51 |
# File 'lib/labimotion/libs/share_resolver.rb', line 49 def owner_id @owner_id end |