Module: Cerca::Models::ConnectionOwner

Extended by:
Internal::Type::Union
Defined in:
lib/cerca/models/connection_owner.rb

Overview

Public owner for a reusable connection. Organization owners use the authenticated organization; fleet owners add a fleetId.

Defined Under Namespace

Classes: FleetConnectionOwner, OrganizationConnectionOwner

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

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

Instance Method Details

#initialize(type: :organization) ⇒ Object

Parameters:

  • type (Symbol, :organization) (defaults to: :organization)


# File 'lib/cerca/models/connection_owner.rb', line 22