Class: V1::WorkflowResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::WorkflowResource
- Defined in:
- app/resources/v1/workflow_resource.rb
Overview
Provides a JSON:API representation of Workflow.
For more information about JSON:API see the JSON:API Specifications or look at the JSONAPI::Resources package for the service implementation of the JSON:API standard.
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the workflow.
-
#pipeline ⇒ String
The pipeline of the workflow.
Instance Attribute Details
#name ⇒ String
Returns the name of the workflow.
14 |
# File 'app/resources/v1/workflow_resource.rb', line 14 attributes :name, :pipeline |
#pipeline ⇒ String
Returns the pipeline of the workflow.
14 |
# File 'app/resources/v1/workflow_resource.rb', line 14 attributes :name, :pipeline |