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