Class: Labimotion::ShareResolver::Refusal

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#owner_idObject

Returns the value of attribute owner_id

Returns:

  • (Object)

    the current value of owner_id



49
50
51
# File 'lib/labimotion/libs/share_resolver.rb', line 49

def owner_id
  @owner_id
end