Sha256: 4f1561a8668ba7c25a05d4fc0032ff97ff866a4909099e98b3af27d6e88378e4

Contents?: true

Size: 408 Bytes

Versions: 11

Compression:

Stored size: 408 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Operations
  
    # QueryParamStatus - Filter to select assignment by status
    class QueryParamStatus < T::Enum
      enums do
        PENDING = new('pending')
        IN_PROGRESS = new('in_progress')
        COMPLETED = new('completed')
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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