Module: Whop_sdk::Types::ExperimentStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/whop_sdk/types/experiment_status.rb
Constant Summary collapse
- DRAFT =
"draft"- ACTIVE =
"active"- PAUSED =
"paused"- ENDED =
"ended"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values