Class: OpenApiSDK::Operations::WorkflowApi
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- OpenApiSDK::Operations::WorkflowApi
- Extended by:
- T::Sig
- Defined in:
- lib/open_api_sdk/models/operations/workflow_api.rb
Instance Method Summary collapse
-
#initialize(inputs: nil, class_type: nil) ⇒ WorkflowApi
constructor
A new instance of WorkflowApi.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(inputs: nil, class_type: nil) ⇒ WorkflowApi
Returns a new instance of WorkflowApi.
21 22 23 24 |
# File 'lib/open_api_sdk/models/operations/workflow_api.rb', line 21 def initialize(inputs: nil, class_type: nil) @inputs = inputs @class_type = class_type end |