Module: WhopSDK::Models::AppBuildCreateParams::Attachment
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/whop_sdk/models/app_build_create_params.rb
Overview
Attachment input for the app build file. This should be an upload in .zip format. The zip should contain at least one main_js_bundle.hbc file and optionally an assets folder next to it.
Defined Under Namespace
Classes: AttachmentInputWithDirectUploadID, AttachmentInputWithID
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(direct_upload_id: ) ⇒ Object
Some parameter documentations has been truncated, see AttachmentInputWithDirectUploadID for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
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
.variants ⇒ Array(WhopSDK::Models::AppBuildCreateParams::Attachment::AttachmentInputWithDirectUploadID, WhopSDK::Models::AppBuildCreateParams::Attachment::AttachmentInputWithID)
|
|
# File 'lib/whop_sdk/models/app_build_create_params.rb', line 114
|
Instance Method Details
#initialize(direct_upload_id: ) ⇒ Object
Some parameter documentations has been truncated, see AttachmentInputWithDirectUploadID for more details.
Input for an attachment
|
|
# File 'lib/whop_sdk/models/app_build_create_params.rb', line 85
|