enum

TwitterAds::RateLimit::State

Inherits Enum < Comparable < Value < Object

Constants

NONE = 0
EXCEEDED = 1
OK = 2
ERROR = 3

Instance methods

error?

Returns true if this enum value equals ERROR

Source
exceeded?

Returns true if this enum value equals EXCEEDED

Source
none?

Returns true if this enum value equals NONE

Source
ok?

Returns true if this enum value equals OK

Source