class Libis::Workflow::Workflow
Attributes
config[RW]
description[RW]
name[RW]
Public Class Methods
new()
click to toggle source
# File lib/libis/workflow/workflow.rb, line 11 def initialize @name = '' @description = '' @config = Hash.new end