Module: PostForMe::Models::AccountConfiguration::Configuration::License
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/post_for_me/models/account_configuration.rb,
sig/post_for_me/models/account_configuration.rbs
Overview
The video's license (maps to status.license). "youtube" is the standard YouTube license; "creativeCommon" is Creative Commons.
Constant Summary collapse
- YOUTUBE =
:youtube- CREATIVE_COMMON =
:creativeCommon
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[PostForMe::Models::AccountConfiguration::Configuration::license]
246 |
# File 'sig/post_for_me/models/account_configuration.rbs', line 246
def self?.values: -> ::Array[PostForMe::Models::AccountConfiguration::Configuration::license]
|