Class: WorkItems::Widgets::Description

Inherits:
Base
  • Object
show all
Defined in:
app/models/work_items/widgets/description.rb

Instance Attribute Summary

Attributes inherited from Base

#work_item

Instance Method Summary collapse

Methods inherited from Base

api_symbol, callback_class, #initialize, process_quick_action_param, quick_action_commands, type, #type

Constructor Details

This class inherits a constructor from WorkItems::Widgets::Base

Instance Method Details

#last_edited_byObject



8
9
10
11
12
# File 'app/models/work_items/widgets/description.rb', line 8

def last_edited_by
  return unless work_item.edited?

  work_item.last_edited_by
end