Sha256: 8e1caae76ad5405ca4d9c6e89ca875ab57581e15f0364be83b70647b5f45384a

Contents?: true

Size: 460 Bytes

Versions: 23

Compression:

Stored size: 460 Bytes

Contents

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

# typed: true
# frozen_string_literal: true


module StackOne
  module Shared
  
    # PhoneNumberType - Type of phone number
    class PhoneNumberType < T::Enum
      enums do
        PERSONAL = new('personal')
        WORK = new('work')
        MOBILE = new('mobile')
        HOME = new('home')
        UNKNOWN = new('unknown')
        OTHER = new('other')
      end
    end

  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
stackone_client-0.2.33 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.32 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.31 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.30 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.29 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.28 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.27 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.26 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.18 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.17 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.16 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.15 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.14 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.13 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.12 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.11 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.10 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.9 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.7 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.6 lib/stack_one/models/shared/phonenumber_type.rb