Class: Pushr::FeedbackApns
- Inherits:
-
Feedback
- Object
- Feedback
- Pushr::FeedbackApns
- Defined in:
- lib/pushr/feedback_apns.rb
Instance Attribute Summary collapse
-
#device ⇒ Object
Returns the value of attribute device.
-
#failed_at ⇒ Object
Returns the value of attribute failed_at.
-
#follow_up ⇒ Object
Returns the value of attribute follow_up.
Instance Method Summary collapse
Instance Attribute Details
#device ⇒ Object
Returns the value of attribute device.
3 4 5 |
# File 'lib/pushr/feedback_apns.rb', line 3 def device @device end |
#failed_at ⇒ Object
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_up ⇒ Object
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_hash ⇒ Object
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 |