Methods
- C
- D
- U
Instance Public methods
content_id() Link
Source: show
# File app/serializers/notifications/content_serializers/base_serializer.rb, line 18 def content_id object.id end
content_type() Link
Source: show
# File app/serializers/notifications/content_serializers/base_serializer.rb, line 22 def content_type object.class.name end
drip_end() Link
Source: show
# File app/serializers/notifications/content_serializers/base_serializer.rb, line 10 def drip_end object.drip_end&.to_s(:liquid) end