Class: Pushr::FeedbackApns

Inherits:
Feedback
  • Object
show all
Defined in:
lib/pushr/feedback_apns.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#deviceObject

Returns the value of attribute device.



3
4
5
# File 'lib/pushr/feedback_apns.rb', line 3

def device
  @device
end

#failed_atObject

Returns the value of attribute failed_at.



3
4
5
# File 'lib/pushr/feedback_apns.rb', line 3

def failed_at
  @failed_at
end

#follow_upObject

Returns the value of attribute follow_up.



3
4
5
# File 'lib/pushr/feedback_apns.rb', line 3

def follow_up
  @follow_up
end

Instance Method Details

#to_hashObject



7
8
9
# 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