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