Module: WhopSDK::Models::MediaGenerateParams::DurationSeconds

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

Overview

Video length in seconds. Video only; defaults to 5.

Constant Summary collapse

DURATION_SECONDS_5 =

Returns:

  • (5)
5
DURATION_SECONDS_10 =

Returns:

  • (10)
10
DURATION_SECONDS_15 =

Returns:

  • (15)
15

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[WhopSDK::Models::MediaGenerateParams::duration_seconds]

Returns:

  • (::Array[WhopSDK::Models::MediaGenerateParams::duration_seconds])


82
# File 'sig/whop_sdk/models/media_generate_params.rbs', line 82

def self?.values: -> ::Array[WhopSDK::Models::MediaGenerateParams::duration_seconds]