Module: Zavudev::Models::Functions::GitLinkRetrieveResponse::Link::Connection

Extended by:
Internal::Type::Enum
Defined in:
lib/zavudev/models/functions/git_link_retrieve_response.rb,
sig/zavudev/models/functions/git_link_retrieve_response.rbs

Overview

How this link authenticates, decided by the server rather than by the caller.

  • app: the Zavu GitHub App is installed on the account. Pushes arrive on the app's webhook and private repositories work. Nothing to configure in the repository.
  • manual: no installation. The link carries its own secret and you add the webhook to the repository yourself.

See Also:

  • Zavudev::Models::Functions::GitLinkRetrieveResponse::Link#connection

Constant Summary collapse

APP =

Returns:

  • (:app)
:app
MANUAL =

Returns:

  • (:manual)
:manual

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, 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

Instance Method Details

#self?.values ⇒ ::Array[Zavudev::Models::Functions::GitLinkRetrieveResponse::Link::connection]

Returns:

  • (::Array[Zavudev::Models::Functions::GitLinkRetrieveResponse::Link::connection])


131
# File 'sig/zavudev/models/functions/git_link_retrieve_response.rbs', line 131

def self?.values: -> ::Array[Zavudev::Models::Functions::GitLinkRetrieveResponse::Link::connection]