Sha256: 4b0507858b606e63470862e8c3f4647a459aea847d1836a8633b9e3ef9e9af76

Contents?: true

Size: 327 Bytes

Versions: 10

Compression:

Stored size: 327 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # JobStatus - The job_status of the job
    class JobStatus < T::Enum
      enums do
        OPEN = new('open')
        DRAFT = new('draft')
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
stackone_client-0.6.0 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.9 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.8 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.7 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.6 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.5 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.4 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.3 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.2 lib/stack_one/models/operations/job_status.rb
stackone_client-0.5.1 lib/stack_one/models/operations/job_status.rb