Class OpenWFE::HistoryItem
In: lib/openwfe/orest/workitem.rb
Parent: Object

HistoryItem instances are used to keep track of what happened to a workitem.

Methods

dup  

Attributes

author  [RW] 
date  [RW] 
expression_id  [RW] 
host  [RW] 
text  [RW] 
wf_instance_id  [RW] 
wfd_name  [RW] 
wfd_revision  [RW] 

Public Instance methods

[Source]

    # File lib/openwfe/orest/workitem.rb, line 69
69:         def dup
70:             OpenWFE::fulldup(self)
71:         end

[Validate]