Class: FinchAPI::Models::Introspection::AuthenticationMethod::ConnectionStatus

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/finch-api/models/introspection.rb

Overview

def initialize: (Hash | FinchAPI::BaseModel) -> void

Instance Attribute Summary collapse

Instance Attribute Details

#messageString?

Returns:

  • (String, nil)


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

optional :message, String

#statusSymbol, ... (readonly)

Returns:



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

optional :status, enum: -> { FinchAPI::Models::ConnectionStatusType }