enum

TwitterAds::Api::Stats::Entity

Inherits Enum < Comparable < Value < Object

Constants

ACCOUNT = 0
CAMPAIGN = 1
FUNDING_INSTRUMENT = 2
LINE_ITEM = 3
ORGANIC_TWEET = 4
PROMOTED_ACCOUNT = 5
PROMOTED_TWEET = 6
MEDIA_CREATIVE = 7

Instance methods

account?

Returns true if this enum value equals ACCOUNT

Source
campaign?

Returns true if this enum value equals CAMPAIGN

Source
funding_instrument?

Returns true if this enum value equals FUNDING_INSTRUMENT

Source
line_item?

Returns true if this enum value equals LINE_ITEM

Source
media_creative?

Returns true if this enum value equals MEDIA_CREATIVE

Source
organic_tweet?

Returns true if this enum value equals ORGANIC_TWEET

Source