Class: Event

Inherits:
MLS::Model show all
Defined in:
lib/mls/event.rb

Constant Summary collapse

SOURCE_TYPES =
%w(call email website)

Instance Method Summary collapse

Instance Method Details

#actionsObject



12
13
14
# File 'lib/mls/event.rb', line 12

def actions
  event_actions.map(&:action)
end

#regardingObject



16
17
18
# File 'lib/mls/event.rb', line 16

def regarding
  regards.map(&:thing)
end