Class: Pntfr::BadDevice
- Inherits:
-
Object
- Object
- Pntfr::BadDevice
- Defined in:
- lib/pntfr/feedback.rb
Instance Attribute Summary collapse
-
#push_id ⇒ Object
Returns the value of attribute push_id.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Method Summary collapse
-
#initialize(push_id) ⇒ BadDevice
constructor
A new instance of BadDevice.
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_id ⇒ Object
Returns the value of attribute push_id.
27 28 29 |
# File 'lib/pntfr/feedback.rb', line 27 def push_id @push_id end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
26 27 28 |
# File 'lib/pntfr/feedback.rb', line 26 def end |