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- 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_response.rb', line 99
|
Instance Method Details
#self?.values ⇒ ::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_]
|