Module: WhopSDK::Models::AdCampaign::DeliveryStatus
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/ad_campaign.rb,
sig/whop_sdk/models/ad_campaign.rbs
Overview
The current delivery state, mirroring the Delivery column in the ads dashboard. When several states apply at once, the highest-precedence one is returned.
Constant Summary collapse
- PAYMENT_FAILED =
:payment_failed- ALL_ADS_REJECTED =
:all_ads_rejected- DRAFT =
:draft- NO_AD_GROUPS =
:no_ad_groups- NO_ADS =
:no_ads- PAUSED =
:paused- PROCESSING =
:processing- ISSUES =
:issues- SCHEDULED =
:scheduled- COMPLETED =
:completed- AD_GROUPS_OFF =
:ad_groups_off- ACTIVE =
:active
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::AdCampaign::delivery_status]
328 |
# File 'sig/whop_sdk/models/ad_campaign.rbs', line 328
def self?.values: -> ::Array[WhopSDK::Models::AdCampaign::delivery_status]
|