Class: Adparlor::Facebook::GraphApi::Application

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

Constant Summary

Constants included from Fields::Application

Fields::Application::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

#app_event_typesObject



9
10
11
# File 'lib/adparlor/facebook/graph_api/application.rb', line 9

def app_event_types
  @app_event_types ||= CollectionProxy.new AppEventType, "/#{id}/app_event_types", access_token
end