Class: Pntfr::BadDevice

Inherits:
Object
  • Object
show all
Defined in:
lib/pntfr/feedback.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(push_id) ⇒ BadDevice

Returns a new instance of BadDevice.



28
29
30
# File 'lib/pntfr/feedback.rb', line 28

def initialize(push_id)
  @push_id= push_id
end

Instance Attribute Details

#push_idObject

Returns the value of attribute push_id.



27
28
29
# File 'lib/pntfr/feedback.rb', line 27

def push_id
  @push_id
end

#timestampObject

Returns the value of attribute timestamp.



26
27
28
# File 'lib/pntfr/feedback.rb', line 26

def timestamp
  @timestamp
end