Sha256: bd6e5e0662b36be2e65980e123382fae9455fcff86c5696b5f44a86cab2e58fb

Contents?: true

Size: 693 Bytes

Versions: 3

Compression:

Stored size: 693 Bytes

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  

    class FileFormatEnumValue < T::Enum
      enums do
        PDF = new('pdf')
        JPG = new('jpg')
        CSV = new('csv')
        XLSX = new('xlsx')
        XLS = new('xls')
        PPT = new('ppt')
        PNG = new('png')
        DOC = new('doc')
        HTM = new('htm')
        MLE = new('mle')
        RTF = new('rtf')
        BMP = new('bmp')
        DOCX = new('docx')
        PPTX = new('pptx')
        TXT = new('txt')
        JPEG = new('jpeg')
        UNMAPPED_VALUE = new('unmapped_value')
      end
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stackone_client-0.2.1 lib/stack_one/models/shared/fileformatenum_value.rb
stackone_client-0.2.0 lib/stack_one/models/shared/fileformatenum_value.rb
stackone_client-0.1.1 lib/stack_one/models/shared/fileformatenum_value.rb