class Pushr::FeedbackFcm
Attributes
device[RW]
failed_at[RW]
follow_up[RW]
update_to[RW]
Public Instance Methods
to_hash()
click to toggle source
# File lib/pushr/feedback_fcm.rb, line 6 def to_hash { type: 'Pushr::FeedbackFcm', app: app, device: device, follow_up: follow_up, failed_at: failed_at, update_to: update_to } end