Module: WhopSDK::Models::AdCampaign::Status
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/whop_sdk/models/ad_campaign.rb,
sig/whop_sdk/models/ad_campaign.rbs
Overview
The lifecycle status of the ad campaign.
Constant Summary collapse
- ACTIVE =
:active- PAUSED =
:paused- INACTIVE =
:inactive- STALE =
:stale- PENDING_REFUND =
:pending_refund- PAYMENT_FAILED =
:payment_failed- DRAFT =
:draft- IN_REVIEW =
:in_review- FLAGGED =
:flagged- IMPORTING =
:importing- IMPORTED =
:imported
Class Method Summary collapse
Instance Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/whop_sdk/models/ad_campaign.rb', line 630
|
Instance Method Details
#self?.values ⇒ ::Array[WhopSDK::Models::AdCampaign::status]
468 |
# File 'sig/whop_sdk/models/ad_campaign.rbs', line 468
def self?.values: -> ::Array[WhopSDK::Models::AdCampaign::status]
|