Class: NotifyUser::NotificationSerializer
- Inherits:
-
ActiveModel::Serializer
- Object
- ActiveModel::Serializer
- NotifyUser::NotificationSerializer
- Defined in:
- app/serializers/notify_user/notification_serializer.rb
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
7 8 9 |
# File 'app/serializers/notify_user/notification_serializer.rb', line 7 def object. end |
#read ⇒ Object
11 12 13 |
# File 'app/serializers/notify_user/notification_serializer.rb', line 11 def read object.read? end |