Method: Libis::Workflow::WorkItem#initialize
- Defined in:
- lib/libis/workflow/work_item.rb
#initialize ⇒ WorkItem
Returns a new instance of WorkItem.
17 18 19 20 21 22 23 24 |
# File 'lib/libis/workflow/work_item.rb', line 17 def initialize self.parent = nil self.items = [] self. = {} self.properties = {} self.status_log = [] self.summary = {} end |