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