lib/iron_titan/models/job.rb in iron_titan-0.1.0 vs lib/iron_titan/models/job.rb in iron_titan-0.1.1
- old
+ new
@@ -1,11 +1,11 @@
=begin
Titan API
The ultimate, language agnostic, container based job processing framework.
-OpenAPI spec version: 0.1.0
+OpenAPI spec version: 0.1.1
Generated by: https://github.com/swagger-api/swagger-codegen.git
=end
@@ -45,10 +45,10 @@
attr_accessor :delay
# Payload for the job. This is what you pass into each job to make it do something.
attr_accessor :payload
- # Docker image to use for job. Default is 'image'
+ # Docker image to use for job. Default is the same as the 'image' parameter.
attr_accessor :name
# Time when job started execution.
attr_accessor :started_at