class Bizflow::DataModel::Process
Public Instance Methods
current()
click to toggle source
# File lib/bizflow/data_model/process.rb, line 22 def current head.action end
head()
click to toggle source
# File lib/bizflow/data_model/process.rb, line 18 def head heads.first end
human_name()
click to toggle source
# File lib/bizflow/data_model/process.rb, line 14 def human_name name.humanize end