Module: VitableConnect::Models::OrganizationCreateResponse::Type

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

Overview

  • BROKERAGE - Brokerage
  • TPA - TPA
  • GENERAL_AGENT - General Agent
  • CHANNEL_PARTNER - Channel Partner
  • CONSULTING_FIRM - Consulting Firm
  • API_PLATFORM - API Platform

See Also:

  • VitableConnect::Models::OrganizationCreateResponse#type

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_response.rb', line 99

Instance Method Details

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

Returns:

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


73
# File 'sig/vitable_connect/models/organization_create_response.rbs', line 73

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