Class: LucidIntercom::UninstalledEvent
- Inherits:
-
Event
- Object
- Event
- LucidIntercom::UninstalledEvent
show all
- Defined in:
- lib/lucid_intercom/uninstalled_event.rb
Instance Method Summary
collapse
Methods inherited from Event
#company, #company_custom, event, #event_name, #shopify_data, #user, #user_id
Instance Method Details
#app_data ⇒ Hash
21
22
23
24
25
|
# File 'lib/lucid_intercom/uninstalled_event.rb', line 21
def app_data
{
plan: nil,
}
end
|
12
13
14
15
16
|
# File 'lib/lucid_intercom/uninstalled_event.rb', line 12
def event_metadata
{
company_id: company.to_h[:company_id],
}
end
|