Class: Scufl::WorkflowDescription

Inherits:
Object
  • Object
show all
Defined in:
lib/scufl/model.rb

Overview

This contains basic descriptive information about the workflow model.

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

The author of the workflow.



257
258
259
# File 'lib/scufl/model.rb', line 257

def author
  @author
end

#descriptionObject

A small piece of descriptive text for the workflow.



263
264
265
# File 'lib/scufl/model.rb', line 263

def description
  @description
end

#titleObject

The name/title of the workflow.



260
261
262
# File 'lib/scufl/model.rb', line 260

def title
  @title
end