Class: WorkOS::CreateApplicationSecret
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- WorkOS::CreateApplicationSecret
- Defined in:
- lib/workos/connect/create_application_secret.rb
Constant Summary collapse
- HASH_ATTRS =
{}.freeze
Instance Attribute Summary
Attributes inherited from Types::BaseModel
Instance Method Summary collapse
-
#initialize(json) ⇒ CreateApplicationSecret
constructor
A new instance of CreateApplicationSecret.
Methods inherited from Types::BaseModel
Methods included from HashProvider
Constructor Details
#initialize(json) ⇒ CreateApplicationSecret
Returns a new instance of CreateApplicationSecret.
9 10 11 |
# File 'lib/workos/connect/create_application_secret.rb', line 9 def initialize(json) self.class.normalize(json) end |