Class: Retab::CreateWorkflowRunRequest

Inherits:
Types::BaseModel show all
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

#last_response

Instance Method Summary collapse

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