Module: Whop_sdk::Stats::Types::RetrieveStatsRequestInterval

Extended by:
Internal::Types::Enum
Defined in:
lib/whop_sdk/stats/types/retrieve_stats_request_interval.rb

Constant Summary collapse

MINUTE =
"minute"
FIVE_MINUTES =
"five_minutes"
THIRTY_MINUTES =
"thirty_minutes"
HOUR =
"hour"
DAY =
"day"
WEEK =
"week"
MONTH =
"month"
YEAR =
"year"

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