Sha256: 17466fc520227bbb88b6ad143e2753b843959070c25b89d6ec8ebdf8d8902048

Contents?: true

Size: 686 Bytes

Versions: 4

Compression:

Stored size: 686 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module SpeakeasyClientSDK
  module Shared
  
    # InteractionType - Type of interaction.
    class InteractionType < T::Enum
      enums do
        CI_EXEC = new('CI_EXEC')
        CLI_EXEC = new('CLI_EXEC')
        LINT = new('LINT')
        OPENAPI_DIFF = new('OPENAPI_DIFF')
        TARGET_GENERATE = new('TARGET_GENERATE')
        TOMBSTONE = new('TOMBSTONE')
        AUTHENTICATE = new('AUTHENTICATE')
        QUICKSTART = new('QUICKSTART')
        RUN = new('RUN')
        CONFIGURE = new('CONFIGURE')
        PUBLISH = new('PUBLISH')
      end
    end

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
speakeasy_client_sdk_ruby-4.2.19 lib/speakeasy_client_sdk/models/shared/interactiontype.rb
speakeasy_client_sdk_ruby-4.2.18 lib/speakeasy_client_sdk/models/shared/interactiontype.rb
speakeasy_client_sdk_ruby-4.2.17 lib/speakeasy_client_sdk/models/shared/interactiontype.rb
speakeasy_client_sdk_ruby-4.2.16 lib/speakeasy_client_sdk/models/shared/interactiontype.rb