class Pushr::FeedbackGcm

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_gcm.rb, line 6
def to_hash
  { type: 'Pushr::FeedbackGcm', app: app, device: device, follow_up: follow_up, failed_at: failed_at, update_to: update_to }
end