enum

TwitterAds::Request::Method

Inherits Enum < Comparable < Value < Object

Constants

GET = 0
POST = 1

Instance methods

get?

Returns true if this enum value equals GET

Source
post?

Returns true if this enum value equals POST

Source