Class: Scufl::WorkflowDescription
- Inherits:
-
Object
- Object
- Scufl::WorkflowDescription
- Defined in:
- lib/scufl/model.rb
Overview
This contains basic descriptive information about the workflow model.
Instance Attribute Summary collapse
-
#author ⇒ Object
The author of the workflow.
-
#description ⇒ Object
A small piece of descriptive text for the workflow.
-
#title ⇒ Object
The name/title of the workflow.
Instance Attribute Details
#author ⇒ Object
The author of the workflow.
257 258 259 |
# File 'lib/scufl/model.rb', line 257 def @author end |
#description ⇒ Object
A small piece of descriptive text for the workflow.
263 264 265 |
# File 'lib/scufl/model.rb', line 263 def description @description end |
#title ⇒ Object
The name/title of the workflow.
260 261 262 |
# File 'lib/scufl/model.rb', line 260 def title @title end |