Module: WhopSDK::Models::AccountSocialLink::Website

Extended by:
Internal::Type::Enum
Defined in:
lib/whop_sdk/models/account_social_link.rb,
sig/whop_sdk/models/account_social_link.rbs

Overview

The social platform for this link

See Also:

  • WhopSDK::Models::AccountSocialLink#website

Constant Summary collapse

X =

Returns:

  • (:x)
:x
INSTAGRAM =

Returns:

  • (:instagram)
:instagram
FACEBOOK =

Returns:

  • (:facebook)
:facebook
TIKTOK =

Returns:

  • (:tiktok)
:tiktok
YOUTUBE =

Returns:

  • (:youtube)
:youtube
LINKEDIN =

Returns:

  • (:linkedin)
:linkedin
TWITCH =

Returns:

  • (:twitch)
:twitch
WEBSITE =

Returns:

  • (:website)
:website
CUSTOM =

Returns:

  • (:custom)
:custom

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/whop_sdk/models/account_social_link.rb', line 55

Instance Method Details

#self?.values::Array[WhopSDK::Models::AccountSocialLink::website]

Returns:

  • (::Array[WhopSDK::Models::AccountSocialLink::website])


58
# File 'sig/whop_sdk/models/account_social_link.rbs', line 58

def self?.values: -> ::Array[WhopSDK::Models::AccountSocialLink::website]