Module: Zavudev::Models::Functions::GitLinkLinkResponse::Link::Connection
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/zavudev/models/functions/git_link_link_response.rb,
sig/zavudev/models/functions/git_link_link_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.
Constant Summary collapse
- APP =
:app- 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::GitLinkLinkResponse::Link::connection]
131 |
# File 'sig/zavudev/models/functions/git_link_link_response.rbs', line 131
def self?.values: -> ::Array[Zavudev::Models::Functions::GitLinkLinkResponse::Link::connection]
|