Class: FacebookAds::CatalogItemAppealStatus

Inherits:
AdObject
  • Object
show all
Defined in:
lib/facebook_ads/ad_objects/catalog_item_appeal_status.rb

Overview

For any issues or feature requests related to this class, please let us know on github and we’ll fix in our codegen framework. We’ll not be able to accept pull request for this class.

Constant Summary collapse

STATUS =
[
  "This item cannot be appealed as it is either approved or already has an appeal",
  "This item is not rejected for any of channels",
  "We've encountered unexpected error while processing this request. Please try again later !",
  "You've reached the maximum number of item requests you can make this week. You'll be able to request item reviews again within the next 7 days.",
  "Your request was received. See information below to learn more.",
]

Instance Attribute Summary

Attributes inherited from AdObject

#__all_fields, #attributes, #deserializer, #last_api_response, #last_destroyed, #last_saved

Method Summary

Methods inherited from AdObject

#[], #as_json, #changes, #destroy, #fields_as_string, get, #graph_params, #id, #initialize, #inspect, #load!, #loaded?, #reload!, #save, #session, #session=, #to_hash, #to_json, #update_attributes

Methods included from GraphEdges

included

Methods included from GraphNodes

included

Methods included from Fields

included

Constructor Details

This class inherits a constructor from FacebookAds::AdObject