Class: WorkOS::SSOLogoutAuthorizeRequest
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- WorkOS::SSOLogoutAuthorizeRequest
- Defined in:
- lib/workos/sso/sso_logout_authorize_request.rb
Constant Summary collapse
- HASH_ATTRS =
{ profile_id: :profile_id }.freeze
Instance Attribute Summary collapse
-
#profile_id ⇒ Object
Returns the value of attribute profile_id.
Attributes inherited from Types::BaseModel
Instance Method Summary collapse
-
#initialize(json) ⇒ SSOLogoutAuthorizeRequest
constructor
A new instance of SSOLogoutAuthorizeRequest.
Methods inherited from Types::BaseModel
Methods included from HashProvider
Constructor Details
#initialize(json) ⇒ SSOLogoutAuthorizeRequest
Returns a new instance of SSOLogoutAuthorizeRequest.
13 14 15 16 |
# File 'lib/workos/sso/sso_logout_authorize_request.rb', line 13 def initialize(json) hash = self.class.normalize(json) @profile_id = hash[:profile_id] end |
Instance Attribute Details
#profile_id ⇒ Object
Returns the value of attribute profile_id.
11 12 13 |
# File 'lib/workos/sso/sso_logout_authorize_request.rb', line 11 def profile_id @profile_id end |