Module: Whop_sdk::Partners::Types::LeaderboardPartnersRequestPeriod

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

Constant Summary collapse

DAY =
"day"
MONTH =
"month"
YEAR =
"year"
LAST30DAYS =
"last_30_days"
ALL_TIME =
"all_time"

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