Class: Adparlor::Facebook::GraphApi::ReachFrequencyPrediction

Inherits:
GraphObject
  • Object
show all
Includes:
Fields::ReachFrequencyPrediction, Traits::Methods
Defined in:
lib/adparlor/facebook/graph_api/reach_frequency_prediction.rb

Constant Summary

Constants included from Fields::ReachFrequencyPrediction

Fields::ReachFrequencyPrediction::CREATE_FIELDS, Fields::ReachFrequencyPrediction::FIELDS

Constants included from Fields::FieldDecorator

Fields::FieldDecorator::GLOBAL_FIELDS

Instance Attribute Summary

Attributes inherited from GraphObject

#access_token

Instance Method Summary collapse

Methods included from Traits::Methods

#create, #destroy, included, #update

Methods inherited from GraphObject

#batch, create, #create, data_pass_through, destroy, #destroy, get, #initialize, parse_data_for_collection, read, respond_for_data, #to_hash, #to_json, #update, update

Methods included from Api

#base_uri, #conn, #conn_multi, #delete, #get, #post, #proxy_api_key

Methods included from Fields::FieldDecorator

included

Constructor Details

This class inherits a constructor from Adparlor::Facebook::GraphApi::GraphObject

Instance Method Details

#pathObject

Raises:



11
12
13
14
# File 'lib/adparlor/facebook/graph_api/reach_frequency_prediction.rb', line 11

def path
  raise FbError.new('required parameter account_id missing', 500) unless 
  "/act_#{}/reachfrequencypredictions"
end