Sha256: 0317b609fe9fe89c83634a96da75242ddc5e19615bbb6534fb2584278a394d35

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

# Code generated by Speakeasy (https://speakeasy.com). 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

4 entries across 4 versions & 1 rubygems

Version Path
stackone_client-0.2.37 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.36 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.35 lib/stack_one/models/shared/phonenumber_type.rb
stackone_client-0.2.34 lib/stack_one/models/shared/phonenumber_type.rb