Module: Whop_sdk::Types::BountyStatus
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/whop_sdk/types/bounty_status.rb
Constant Summary collapse
- SCHEDULED =
"scheduled"- OPEN =
"open"- CLOSED =
"closed"- COMPLETED =
"completed"- CANCELED =
"canceled"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values