Sha256: eab9a09f03161a2ea9ed50d9cc90dbf2eff00b4bef4c88b2ce6bcfa02776bfc4

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.3.2 lib/stack_one/models/operations/status.rb
stackone_client-0.3.1 lib/stack_one/models/operations/status.rb
stackone_client-0.3.0 lib/stack_one/models/operations/status.rb