1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Added :error for tasks with an error status

This commit is contained in:
freeformz 2010-08-14 10:16:38 +08:00 committed by Wesley Beary
parent 0e66656780
commit e4345d2f05

View file

@ -14,6 +14,7 @@ module Fog
attribute :owner, :aliases => :Owner
attribute :start_time, :aliases => :startTime, :type => :time
attribute :end_time, :aliases => :endTime, :type => :time
attribute :error, :aliases => :Error
end
end