Class: WorkOS::CreateApplicationSecret

Inherits:
Types::BaseModel show all
Defined in:
lib/workos/connect/create_application_secret.rb

Constant Summary collapse

HASH_ATTRS =
{}.freeze

Instance Attribute Summary

Attributes inherited from Types::BaseModel

#last_response

Instance Method Summary collapse

Methods inherited from Types::BaseModel

normalize

Methods included from HashProvider

#inspect, #to_h, #to_json

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