Class: Pho::JobUpdate
- Inherits:
-
Object
- Object
- Pho::JobUpdate
- Defined in:
- lib/pho/job.rb
Overview
Simple object encapsulating the status message and time for a job update
Instance Attribute Summary collapse
-
#message ⇒ Object
the status message.
-
#time ⇒ Object
the time at which the update was logged.
Instance Attribute Details
#message ⇒ Object
the status message
164 165 166 |
# File 'lib/pho/job.rb', line 164 def @message end |
#time ⇒ Object
the time at which the update was logged
166 167 168 |
# File 'lib/pho/job.rb', line 166 def time @time end |