Class: Pushr::FeedbackGcm

Inherits:
Feedback
  • Object
show all
Defined in:
lib/pushr/feedback_gcm.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_gcm.rb', line 3

def device
  @device
end

#failed_atObject

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_upObject

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_toObject

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_hashObject



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