Module: Whop_sdk::Types::ExportStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/whop_sdk/types/export_status.rb
Constant Summary collapse
- PENDING =
"pending"- PROCESSING =
"processing"- COMPLETED =
"completed"- FAILED =
"failed"- EXPIRED =
"expired"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values