Class: WorkOS::Authorization::ResourceTargetById
- Inherits:
-
Data
- Object
- Data
- WorkOS::Authorization::ResourceTargetById
- Defined in:
- lib/workos/authorization.rb
Overview
Identifies the resource target (by id variant).
Instance Attribute Summary collapse
-
#resource_id ⇒ Object
readonly
Returns the value of attribute resource_id.
Instance Attribute Details
#resource_id ⇒ Object (readonly)
Returns the value of attribute resource_id
13 |
# File 'lib/workos/authorization.rb', line 13 ResourceTargetById = Data.define(:resource_id) |