Class: WorkOS::Authorization::ParentByExternalId
- Inherits:
-
Data
- Object
- Data
- WorkOS::Authorization::ParentByExternalId
- Defined in:
- lib/workos/authorization.rb
Overview
Identifies the parent (by external id variant).
Instance Attribute Summary collapse
-
#parent_external_id ⇒ Object
readonly
Returns the value of attribute parent_external_id.
-
#parent_resource_type_slug ⇒ Object
readonly
Returns the value of attribute parent_resource_type_slug.
Instance Attribute Details
#parent_external_id ⇒ Object (readonly)
Returns the value of attribute parent_external_id
49 |
# File 'lib/workos/authorization.rb', line 49 ParentByExternalId = Data.define(:parent_resource_type_slug, :parent_external_id) |
#parent_resource_type_slug ⇒ Object (readonly)
Returns the value of attribute parent_resource_type_slug
49 |
# File 'lib/workos/authorization.rb', line 49 ParentByExternalId = Data.define(:parent_resource_type_slug, :parent_external_id) |