Module: Whop_sdk::Types::AdDeliveryStatus

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

Constant Summary collapse

REJECTED =
"rejected"
IN_REVIEW =
"in_review"
DRAFT =
"draft"
CAMPAIGN_PAUSED =
"campaign_paused"
AD_GROUP_PAUSED =
"ad_group_paused"
PAUSED =
"paused"
PROCESSING =
"processing"
ISSUES =
"issues"
SCHEDULED =
"scheduled"
LEARNING_LIMITED =
"learning_limited"
LEARNING =
"learning"
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