Class: FacebookAds::ServerSide::HttpMethod
- Inherits:
-
Object
- Object
- FacebookAds::ServerSide::HttpMethod
- Defined in:
- lib/facebook_ads/ad_objects/server_side/http_method.rb
Constant Summary collapse
- POST =
'POST'
- PUT =
'PUT'
- GET =
'GET'
- DELETE =
'DELETE'