Module: VitableConnect::Models::OrganizationCreateParams::Type

Extended by:
Internal::Type::Enum
Defined in:
lib/vitable_connect/models/organization_create_params.rb,
sig/vitable_connect/models/organization_create_params.rbs

Overview

  • BROKERAGE - BROKERAGE
  • TPA - TPA
  • GENERAL_AGENT - GENERAL_AGENT
  • CHANNEL_PARTNER - CHANNEL_PARTNER
  • CONSULTING_FIRM - CONSULTING_FIRM
  • API_PLATFORM - API_PLATFORM

Constant Summary collapse

BROKERAGE =

Returns:

  • (:BROKERAGE)
:BROKERAGE
TPA =

Returns:

  • (:TPA)
:TPA
GENERAL_AGENT =

Returns:

  • (:GENERAL_AGENT)
:GENERAL_AGENT
CHANNEL_PARTNER =

Returns:

  • (:CHANNEL_PARTNER)
:CHANNEL_PARTNER
CONSULTING_FIRM =

Returns:

  • (:CONSULTING_FIRM)
:CONSULTING_FIRM
API_PLATFORM =

Returns:

  • (:API_PLATFORM)
:API_PLATFORM

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/vitable_connect/models/organization_create_params.rb', line 52

Instance Method Details

#self?.values::Array[VitableConnect::Models::OrganizationCreateParams::type_]

Returns:

  • (::Array[VitableConnect::Models::OrganizationCreateParams::type_])


48
# File 'sig/vitable_connect/models/organization_create_params.rbs', line 48

def self?.values: -> ::Array[VitableConnect::Models::OrganizationCreateParams::type_]