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:
parent
0e66656780
commit
e4345d2f05
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue