Sha256: e86d7c8e4e7bdb3a32793ae17efd3ebf2efe8589bfb1a25338112bba3ab9bdac

Contents?: true

Size: 373 Bytes

Versions: 3

Compression:

Stored size: 373 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module SpeakeasyClientSDK
  module Shared
  

    class AccountType < T::Enum
      enums do
        FREE = new('free')
        SCALE_UP = new('scale-up')
        BUSINESS = new('business')
        ENTERPRISE = new('enterprise')
      end
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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