Module: FinchAPI::Models::Introspection::ConnectionType

Extended by:
Type::Enum
Defined in:
lib/finch-api/models/introspection.rb

Overview

The type of the connection associated with the token.

- `provider` - connection to an external provider
- `finch` - finch-generated data.

Constant Summary collapse

PROVIDER =
:provider
FINCH =
:finch

Class Method Summary collapse

Methods included from Type::Enum

==, ===, coerce, dump, values

Methods included from Type::Converter

#coerce, coerce, #dump, dump, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


2
# File 'lib/finch-api/models/introspection.rb', line 2

def self.values; end