Class: Retab::CreateWorkflowRunRequest
- Inherits:
-
Types::BaseModel
- Object
- Types::BaseModel
- Retab::CreateWorkflowRunRequest
- Defined in:
- lib/retab/workflow_runs/create_workflow_run_request.rb
Constant Summary collapse
- HASH_ATTRS =
{ }.freeze
Instance Attribute Summary
Attributes inherited from Types::BaseModel
Instance Method Summary collapse
-
#initialize(json) ⇒ CreateWorkflowRunRequest
constructor
A new instance of CreateWorkflowRunRequest.
Methods inherited from Types::BaseModel
#inspect, normalize, #to_h, #to_json
Constructor Details
#initialize(json) ⇒ CreateWorkflowRunRequest
Returns a new instance of CreateWorkflowRunRequest.
11 12 13 |
# File 'lib/retab/workflow_runs/create_workflow_run_request.rb', line 11 def initialize(json) hash = self.class.normalize(json) end |