Sha256: 287d3243377922a34d04344211a011766e43d5bf31e20ec7b4bb502b6fb08ff2
Contents?: true
Size: 677 Bytes
Versions: 1
Compression:
Stored size: 677 Bytes
Contents
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT. # typed: true # frozen_string_literal: true module OpenApiSDK 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
speakeasy_client_sdk_ruby-4.2.24 | lib/open_api_sdk/models/shared/interactiontype.rb |