Module: Whop_sdk::Types::AdCampaignDeliveryStatus

Extended by:
Internal::Types::Enum
Defined in:
lib/whop_sdk/types/ad_campaign_delivery_status.rb

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"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load