Class: Pho::JobUpdate

Inherits:
Object
  • Object
show all
Defined in:
lib/pho/job.rb

Overview

Simple object encapsulating the status message and time for a job update

Instance Attribute Summary collapse

Instance Attribute Details

#messageObject

the status message



164
165
166
# File 'lib/pho/job.rb', line 164

def message
  @message
end

#timeObject

the time at which the update was logged



166
167
168
# File 'lib/pho/job.rb', line 166

def time
  @time
end