Class: V1::WorkflowStepResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::WorkflowStepResource
- Defined in:
- app/resources/v1/workflow_step_resource.rb
Overview
Note:
This resource cannot be accessed via the /v1/workflow_steps endpoint.
Provides a JSON:API representation of WorkflowStep.
It is only accessible via the nested route under Workflow using includes.
Instance Attribute Summary collapse
-
#code ⇒ String
The code of the workflow step.
-
#stage ⇒ String
The stage of the workflow step.
Instance Attribute Details
#code ⇒ String
Returns the code of the workflow step.
14 |
# File 'app/resources/v1/workflow_step_resource.rb', line 14 attributes :code, :stage |
#stage ⇒ String
Returns the stage of the workflow step.
14 |
# File 'app/resources/v1/workflow_step_resource.rb', line 14 attributes :code, :stage |