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- BROKERAGETPA- TPAGENERAL_AGENT- GENERAL_AGENTCHANNEL_PARTNER- CHANNEL_PARTNERCONSULTING_FIRM- CONSULTING_FIRMAPI_PLATFORM- API_PLATFORM
Constant Summary collapse
- BROKERAGE =
:BROKERAGE- TPA =
:TPA- GENERAL_AGENT =
:GENERAL_AGENT- CHANNEL_PARTNER =
:CHANNEL_PARTNER- CONSULTING_FIRM =
:CONSULTING_FIRM- 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
.values ⇒ Array<Symbol>
|
|
# File 'lib/vitable_connect/models/organization_create_params.rb', line 52
|
Instance Method Details
#self?.values ⇒ ::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_]
|